When 'index' and 'addClasspath' are both true, plugin fails.
------------------------------------------------------------
Key: MJAR-69
URL: http://jira.codehaus.org/browse/MJAR-69
Project: Maven 2.x Jar Plugin
Issue Type: Bug
Affects Versions: 2.1
Reporter: Anagnostopoulos Kostis
When both the 'index' and 'addClasspath' are true, the plugin fails to create
jar with the following msg:
Embedded error: Problem creating jar: **/target/classes (Is a directory)
A typical configuration to produce the error would be:
{code:xml}
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<index>true</index>
<manifest>
<addClasspath>true</addClasspath>
</manifest>
</configuration>
</plugin>
{code}
The issue below (about including dependency files in index) claims that it
introduced this bug:
http://jira.codehaus.org/browse/MJAR-40
I'm posting this issue so that to ensure that version 2.2-SNAPSHOT does not
suffer from the same problem.
--
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