[ http://jira.codehaus.org/browse/MASSEMBLY-160?page=all ]

John Casey updated MASSEMBLY-160:
---------------------------------

         Assignee: John Casey
    Fix Version/s: 2.2

> Main-Class configuration is not honored and executable JARs cannot be created 
> as a result
> -----------------------------------------------------------------------------------------
>
>                 Key: MASSEMBLY-160
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-160
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>            Reporter: Jason van Zyl
>         Assigned To: John Casey
>             Fix For: 2.2
>
>
> Here's the example configuration:
>   <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-assembly-plugin</artifactId>
>         <configuration>
>           <descriptor>src/main/assembly/archiva-cli-assembly.xml</descriptor>
>           <archive>
>             <manifest>
>               <mainClass>org.apache.maven.archiva.cli.Cli</mainClass>
>             </manifest>
>           </archive>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>

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

        

Reply via email to