Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
1.0.3
-
None
-
None
-
None
-
all
Description
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
Attachments
Issue Links
- is duplicated by
-
CONTINUUM-672 test-jar artifacts are not copied to the configured deployment directory
- Closed