Title: [961] trunk: Fixed antrun plugin version.
Revision
961
Author
mauro
Date
2008-10-02 06:00:43 -0500 (Thu, 02 Oct 2008)

Log Message

Fixed antrun plugin version.
Ensure example scenario java files are in classpath so they can be automatically looked up via finder. 

Modified Paths

Diff

Modified: trunk/examples/trader/pom.xml (960 => 961)

--- trunk/examples/trader/pom.xml	2008-10-02 10:41:37 UTC (rev 960)
+++ trunk/examples/trader/pom.xml	2008-10-02 11:00:43 UTC (rev 961)
@@ -30,9 +30,6 @@
       <resource>
         <directory>${basedir}/src/main/java</directory>
         <filtering>false</filtering>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
       </resource>
     </resources>
     <plugins>

Modified: trunk/pom.xml (960 => 961)

--- trunk/pom.xml	2008-10-02 10:41:37 UTC (rev 960)
+++ trunk/pom.xml	2008-10-02 11:00:43 UTC (rev 961)
@@ -43,6 +43,7 @@
         <version>2.5.5</version>
         <scope>provided</scope>
       </dependency>
+      <!-- Only used for tests -->
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-all</artifactId>
@@ -179,6 +180,11 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-antrun-plugin</artifactId>
+          <version>1.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
           <version>2.0-beta-7</version>
         </plugin>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to