You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "mfowle (JIRA)" <ji...@codehaus.org> on 2008/04/28 23:53:46 UTC

[jira] Created: (MWAR-155) archiveClasses has no impact

archiveClasses has no impact
----------------------------

                 Key: MWAR-155
                 URL: http://jira.codehaus.org/browse/MWAR-155
             Project: Maven 2.x War Plugin
          Issue Type: Bug
    Affects Versions: 2.0.1
         Environment: Debian Linux/Testing, mvn 2.0.8, Java 1.6.0 32-bit, Kernel 2.6.22-amd64-smp.
            Reporter: mfowle
            Priority: Minor


archiveClasses optional directive appears to do nothing.  

took an existing maven-war-plugin project;
added "<archiveClasses>true</archiveClasses>" to the plugins <configuration></configuration> section;
mvn clean;
mvn install;
still get a heaping of classes in WEB-INF/classes, no .jar file for the project

I checked the mvn -e -X log, it didnt report anything out of the ordinary.

My understanding is I should get a .jar file instead of the nest of classes.  The only jar files I have in the project are in the WEB-INF/lib, and none of them are this project.

-- 
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

        

[jira] Closed: (MWAR-155) archiveClasses has no impact

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MWAR-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephane Nicoll closed MWAR-155.
--------------------------------

      Assignee: Stephane Nicoll
    Resolution: Won't Fix

It's not released yet. Archive classes will be available in the next release.

> archiveClasses has no impact
> ----------------------------
>
>                 Key: MWAR-155
>                 URL: http://jira.codehaus.org/browse/MWAR-155
>             Project: Maven 2.x War Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0.1
>         Environment: Debian Linux/Testing, mvn 2.0.8, Java 1.6.0 32-bit, Kernel 2.6.22-amd64-smp.
>            Reporter: mfowle
>            Assignee: Stephane Nicoll
>            Priority: Minor
>
> archiveClasses optional directive appears to do nothing.  
> took an existing maven-war-plugin project;
> added "<archiveClasses>true</archiveClasses>" to the plugins <configuration></configuration> section;
> mvn clean;
> mvn install;
> still get a heaping of classes in WEB-INF/classes, no .jar file for the project
> I checked the mvn -e -X log, it didnt report anything out of the ordinary.
> My understanding is I should get a .jar file instead of the nest of classes.  The only jar files I have in the project are in the WEB-INF/lib, and none of them are this project.

-- 
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