test jar not deployed to the configured Deployment Repository Directory
-----------------------------------------------------------------------
Key: CONTINUUM-717
URL: http://jira.codehaus.org/browse/CONTINUUM-717
Project: Continuum
Type: Bug
Versions: 1.0.3
Environment: all
Reporter: Olivier Lamy
Priority: Minor
My pom contains :
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
This is to deploy a test jar file.
The jar file is deployed to the continuum repo but not the test-jar.
--
Olivier
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira