sysdeo-tomcat plugin doesn't honor the classifier
-------------------------------------------------
Key: MOJO-1092
URL: http://jira.codehaus.org/browse/MOJO-1092
Project: Mojo
Issue Type: Bug
Components: sysdeo-tomcat
Environment: tomcat, maven2, eclipse3.x
Reporter: Ana Redmond
I have the following dependency in my pom
<dependency>
<groupId>net.sf.json-lib</groupId>
<artifactId>json-lib</artifactId>
<version>2.2.1</version>
<classifier>jdk15</classifier>
<scope>compile</scope>
</dependency>
the sysdeo-tomcat plugin generates
<webClassPathEntry>M2_REPO/net/sf/json-lib/json-lib/2.2.1/json-lib-2.2.1.jar</webClassPathEntry>
it should be generating
<webClassPathEntry>M2_REPO/net/sf/json-lib/json-lib/2.2.1/json-lib-2.2.1-jdk15.jar</webClassPathEntry>
the classifier(jdk15) should be appended in the name of the jar.
--
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
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email