Hi,
 
I'm using maven 2.0.9 with maven jar plugin: 2.2, maven deploy plugin 2.4 and 
maven release plugin 2.0-beta-9.

I noticed the test jar as generated using this snippet is not being deployed in 
a release:perform execution:

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

If I run mvn deploy stand-alone the test jar deploys fine.

Has anybody experienced similar issues? 
 
Thanks,
-Guillaume


____________________________________________________________________________________________________
This electronic mail (including any attachments) may contain information that 
is privileged, confidential, and/or otherwise protected from disclosure to 
anyone other than its intended recipient(s). Any dissemination or use of this 
electronic email or its contents (including any attachments) by persons other 
than the intended recipient(s) is strictly prohibited. If you have received 
this message in error, please notify us immediately by reply email so that we 
may correct our internal records. Please then delete the original message 
(including any attachments) in its entirety. Thank you.

Reply via email to