You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by th...@apache.org on 2009/03/25 16:19:19 UTC

svn commit: r758328 - in /incubator/droids/trunk: droids-spring/pom.xml pom.xml

Author: thorsten
Date: Wed Mar 25 16:19:14 2009
New Revision: 758328

URL: http://svn.apache.org/viewvc?rev=758328&view=rev
Log:
Moving target to the correct module.

Modified:
    incubator/droids/trunk/droids-spring/pom.xml
    incubator/droids/trunk/pom.xml

Modified: incubator/droids/trunk/droids-spring/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/droids-spring/pom.xml?rev=758328&r1=758327&r2=758328&view=diff
==============================================================================
--- incubator/droids/trunk/droids-spring/pom.xml (original)
+++ incubator/droids/trunk/droids-spring/pom.xml Wed Mar 25 16:19:14 2009
@@ -54,5 +54,23 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>appassembler-maven-plugin</artifactId>
+        <version>1.0</version>
+        <configuration>
+          <repositoryLayout>flat</repositoryLayout>
+          <programs>
+            <program>
+              <mainClass>org.apache.droids.dynamic.Cli</mainClass>
+              <name>cli</name>
+            </program>
+          </programs>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
   
 </project>

Modified: incubator/droids/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/pom.xml?rev=758328&r1=758327&r2=758328&view=diff
==============================================================================
--- incubator/droids/trunk/pom.xml (original)
+++ incubator/droids/trunk/pom.xml Wed Mar 25 16:19:14 2009
@@ -202,21 +202,6 @@
         </configuration>
       </plugin>
       
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>appassembler-maven-plugin</artifactId>
-        <version>1.0</version>
-        <configuration>
-          <repositoryLayout>flat</repositoryLayout>
-          <programs>
-            <program>
-              <mainClass>org.apache.droids.dynamic.Cli</mainClass>
-              <name>cli</name>
-            </program>
-          </programs>
-        </configuration>
-      </plugin>
-
     </plugins>  
   </build>