When doing an "apache-release" , the common Apache Parent version 7 invokes:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal> <!-- ========== ITEM OF INTEREST -->
</goals>
</execution>
</executions>
</plugin>
This causes re-running of the lifecycle up to the package goal, which is
inefficient, I think.
Is there a reason the goal "jar-no-fork" isn't used instead?
-Marshall Schor
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]