[jboss-dev-forums] [Embedded JBoss Development] - JAR Plugin Config in impl-base

ALRubinger do-not-reply at jboss.com
Sat Sep 12 16:55:08 EDT 2009


impl-base POM has: 

  <build>
  |     <plugins>
  |       <plugin>
  |         <groupId>org.apache.maven.plugins</groupId>
  |         <artifactId>maven-jar-plugin</artifactId>
  |         <executions>
  |           <execution>
  |             <goals>
  |               <goal>test-jar</goal>
  |             </goals>
  |           </execution>
  |         </executions>
  |       </plugin>
  |     </plugins>
  |   </build>

I remember talking with Aslak about this because we wanted to promote test class reuse as detailed:

http://maven.apache.org/guides/mini/guide-attached-tests.html

1) I thought he'd mentioned that in newer versions of Maven this explicit config was not required.  True?
2) If still needed, we can/should centralize this in the "build" project

S,
ALR

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254907#4254907

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254907



More information about the jboss-dev-forums mailing list