[kune-commits] r1841 - trunk

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Wed Apr 11 14:58:29 CEST 2012


Author: vjrj_
Date: 2012-04-11 14:58:29 +0200 (Wed, 11 Apr 2012)
New Revision: 1841

Modified:
   trunk/pom.xml
Log:
fixed maven error

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2012-04-11 12:37:35 UTC (rev 1840)
+++ trunk/pom.xml	2012-04-11 12:58:29 UTC (rev 1841)
@@ -452,13 +452,13 @@
       <artifactId>liquibase-plugin</artifactId>
       <version>1.8.1.0</version>
     </dependency>
-<!--     <dependency> -->
-<!--       <groupId>javax.servlet</groupId> -->
-<!--       <artifactId>servlet-api</artifactId> -->
-<!--       http://stackoverflow.com/questions/1370414/how-to-add-the-servlet-api-to-my-pom-xml -->
-<!--       <version>3.0-${wiab.version}</version> -->
-<!--       <scope>provided</scope> -->
-<!--     </dependency> -->
+    <!-- <dependency> -->
+    <!-- <groupId>javax.servlet</groupId> -->
+    <!-- <artifactId>servlet-api</artifactId> -->
+    <!-- http://stackoverflow.com/questions/1370414/how-to-add-the-servlet-api-to-my-pom-xml -->
+    <!-- <version>3.0-${wiab.version}</version> -->
+    <!-- <scope>provided</scope> -->
+    <!-- </dependency> -->
     <!-- testing dependencies -->
     <dependency>
       <groupId>org.jukito</groupId>
@@ -718,25 +718,18 @@
       <artifactId>gwtrpccommlayer</artifactId>
       <version>0.0.1-SNAPSHOT</version>
     </dependency>
-  <!-- jetty -->
-  <!-- <dependency> -->
-  <!-- <groupId>org.eclipse.jetty</groupId> -->
-  <!-- <artifactId>jetty-continuation</artifactId> -->
-  <!-- <version>${jetty.version}</version> -->
-  <!-- </dependency> -->
-  <dependency>
-    <groupId>org.apache.maven.plugins</groupId>
-    <artifactId>maven-release-plugin</artifactId>
-    <version>2.2.2</version>
-    <type>maven-plugin</type>
-    <configuration>
-      <!--
-        During release:perform, enable the "release" profile
-       -->
-      <releaseProfiles>release</releaseProfiles>
-      <goals>assembly:assembly -P production</goals>
-    </configuration>
-  </dependency>
+    <!-- jetty -->
+    <!-- <dependency> -->
+    <!-- <groupId>org.eclipse.jetty</groupId> -->
+    <!-- <artifactId>jetty-continuation</artifactId> -->
+    <!-- <version>${jetty.version}</version> -->
+    <!-- </dependency> -->
+    <dependency>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-release-plugin</artifactId>
+      <version>2.2.2</version>
+      <type>maven-plugin</type>
+    </dependency>
   </dependencies>
   <distributionManagement>
     <repository>
@@ -1054,7 +1047,7 @@
           </archive>
         </configuration>
         <executions>
-                  <execution>
+          <execution>
             <id>common</id>
             <phase>package</phase>
             <goals>
@@ -1305,6 +1298,15 @@
         <artifactId>findbugs-maven-plugin</artifactId>
         <version>2.3.2</version>
       </plugin>
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.2.2</version>
+        <configuration>
+          <!-- During release:perform, enable the "release" profile -->
+          <releaseProfiles>release</releaseProfiles>
+          <goals>assembly:assembly -P production</goals>
+        </configuration>
+      </plugin>
     </plugins>
   </reporting>
 </project>




More information about the kune-commits mailing list