You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Barrie Treloar (JIRA)" <ji...@codehaus.org> on 2012/07/04 09:48:21 UTC

[jira] (MENFORCER-117) Custom Packaging with executions fails with ArrayIndexOutOfBoundsException in RequirePluginVersions.java:702

     [ https://jira.codehaus.org/browse/MENFORCER-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Barrie Treloar updated MENFORCER-117:
-------------------------------------

    Fix Version/s: 1.2
          Summary: Custom Packaging with executions fails with ArrayIndexOutOfBoundsException in RequirePluginVersions.java:702  (was: Custom Packaging with executions fails with NullPointerException in RequirePluginVersions.java:702)
    
> Custom Packaging with executions fails with ArrayIndexOutOfBoundsException in RequirePluginVersions.java:702
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: MENFORCER-117
>                 URL: https://jira.codehaus.org/browse/MENFORCER-117
>             Project: Maven 2.x Enforcer Plugin
>          Issue Type: Bug
>          Components: Plugin
>    Affects Versions: 1.0.1
>         Environment: Windows XP
>            Reporter: Barrie Treloar
>            Assignee: Barrie Treloar
>            Priority: Critical
>             Fix For: 1.2
>
>         Attachments: pom.xml
>
>
> The pde-maven-plugin causes enforcer to NPE.
> I've attached an IT pom.xml.
> I haven't had time to investigate this any further than to get the IT to fail the same as my real build.
> {noformat}
>   <packaging>zip</packaging>
>   <build>
>     <plugins>
>       <plugin>    
>         <groupId>org.codehaus.mojo</groupId>
>         <artifactId>pde-maven-plugin</artifactId>
>         <version>1.0-alpha-1</version>
>         <extensions>true</extensions>
>         <configuration>
>            <buildProperties>
>              <pdeProductFilename>example.product</pdeProductFilename>
>            </buildProperties>
>         </configuration>
>         <!-- Also bind to mvn clean -->
>         <executions>
>           <execution>
>             <id>clean-pde</id>
>             <phase>clean</phase>
>             <goals>
>               <goal>clean</goal>
>             </goals>
>           </execution>
>         </executions>        
>       </plugin>
> ...
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira