[ 
http://jira.codehaus.org/browse/MSYSDEO-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bert Leunis updated MSYSDEO-1:
------------------------------

    Attachment: MSYSDEO-1.patch

This patch extends the org.codehaus.mojo.sysdeo.ide.IdeDependency class to hold 
classifier information. Due to that also the AbstractIdeSupportMojo and 
ReadWorkspaceLocations class had to be updated. Finally the change is made 
visible in the tomcatplugin.fm freemarker template.

> sysdeo-tomcat plugin doesn't honor the classifier
> -------------------------------------------------
>
>                 Key: MSYSDEO-1
>                 URL: http://jira.codehaus.org/browse/MSYSDEO-1
>             Project: Mojo Sysdeo Tomcat Plugin
>          Issue Type: Bug
>         Environment: tomcat, maven2, eclipse3.x
>            Reporter: Ana Redmond
>         Attachments: MSYSDEO-1.patch
>
>
> 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


Reply via email to