You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Thomas Volk (JIRA)" <ji...@codehaus.org> on 2010/12/14 10:03:57 UTC

[jira] Created: (MNG-4934) addMavenDescriptor does not work with maven 3.0.1

addMavenDescriptor does not work with maven 3.0.1
-------------------------------------------------

                 Key: MNG-4934
                 URL: http://jira.codehaus.org/browse/MNG-4934
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: Plugin Requests
    Affects Versions: 3.0.1
            Reporter: Thomas Volk



the addMavenDescriptor parameter in the maven-war-plugin 2.1
does not work in combination with maven 3.0.1

     <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-war-plugin</artifactId>
        <version>2.1</version>          
        <configuration>
          <warName>myproject</warName>
          <archive>
            <addMavenDescriptor>false</addMavenDescriptor>  
          </archive>
        </configuration>
      </plugin>

-- 
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] Updated: (MNG-4934) addMavenDescriptor does not work with maven 3.0.1

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann updated MNG-4934:
-----------------------------------

    Attachment: MNG-4934.zip

The attached example project properly builds a WAR without Maven descriptors as per your configuration using Maven 3.0.1, i.e. I'm not able to reproduce your issue.

> addMavenDescriptor does not work with maven 3.0.1
> -------------------------------------------------
>
>                 Key: MNG-4934
>                 URL: http://jira.codehaus.org/browse/MNG-4934
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 3.0.1
>            Reporter: Thomas Volk
>         Attachments: MNG-4934.zip
>
>
> the addMavenDescriptor parameter in the maven-war-plugin 2.1
> does not work in combination with maven 3.0.1
>      <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-war-plugin</artifactId>
>         <version>2.1</version>          
>         <configuration>
>           <warName>myproject</warName>
>           <archive>
>             <addMavenDescriptor>false</addMavenDescriptor>  
>           </archive>
>         </configuration>
>       </plugin>

-- 
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] Updated: (MNG-4934) addMavenDescriptor does not work with maven 3.0.1

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann updated MNG-4934:
-----------------------------------

    Component/s:     (was: Plugin Requests)
                 Plugins and Lifecycle
    Description: 
the addMavenDescriptor parameter in the maven-war-plugin 2.1
does not work in combination with maven 3.0.1

     <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-war-plugin</artifactId>
        <version>2.1</version>          
        <configuration>
          <warName>myproject</warName>
          <archive>
            <addMavenDescriptor>false</addMavenDescriptor>  
          </archive>
        </configuration>
      </plugin>

  was:

the addMavenDescriptor parameter in the maven-war-plugin 2.1
does not work in combination with maven 3.0.1

     <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-war-plugin</artifactId>
        <version>2.1</version>          
        <configuration>
          <warName>myproject</warName>
          <archive>
            <addMavenDescriptor>false</addMavenDescriptor>  
          </archive>
        </configuration>
      </plugin>


> addMavenDescriptor does not work with maven 3.0.1
> -------------------------------------------------
>
>                 Key: MNG-4934
>                 URL: http://jira.codehaus.org/browse/MNG-4934
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 3.0.1
>            Reporter: Thomas Volk
>
> the addMavenDescriptor parameter in the maven-war-plugin 2.1
> does not work in combination with maven 3.0.1
>      <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-war-plugin</artifactId>
>         <version>2.1</version>          
>         <configuration>
>           <warName>myproject</warName>
>           <archive>
>             <addMavenDescriptor>false</addMavenDescriptor>  
>           </archive>
>         </configuration>
>       </plugin>

-- 
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: (MNG-4934) addMavenDescriptor does not work with maven 3.0.1

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-4934.
----------------------------------

    Resolution: Cannot Reproduce
      Assignee: Benjamin Bentmann

> addMavenDescriptor does not work with maven 3.0.1
> -------------------------------------------------
>
>                 Key: MNG-4934
>                 URL: http://jira.codehaus.org/browse/MNG-4934
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 3.0.1
>            Reporter: Thomas Volk
>            Assignee: Benjamin Bentmann
>         Attachments: MNG-4934.zip
>
>
> the addMavenDescriptor parameter in the maven-war-plugin 2.1
> does not work in combination with maven 3.0.1
>      <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-war-plugin</artifactId>
>         <version>2.1</version>          
>         <configuration>
>           <warName>myproject</warName>
>           <archive>
>             <addMavenDescriptor>false</addMavenDescriptor>  
>           </archive>
>         </configuration>
>       </plugin>

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