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

[jira] Closed: (MENFORCER-45) does not detect version for plugin configured in profiles

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

nicolas de loof closed MENFORCER-45.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0

Add all plugins in profiles as candidates for version check

> does not detect version for plugin configured in profiles
> ---------------------------------------------------------
>
>                 Key: MENFORCER-45
>                 URL: http://jira.codehaus.org/browse/MENFORCER-45
>             Project: Maven 2.x Enforcer Plugin
>          Issue Type: Bug
>          Components: Standard Rules
>    Affects Versions: 1.0
>            Reporter: nicolas de loof
>            Assignee: nicolas de loof
>             Fix For: 1.0
>
>
> Here is my POM.xml :
> ... 
>   <profiles>
>     <profile>
>       <id>cxf</id>
>       <activation>
>         <activeByDefault>true</activeByDefault>
>       </activation>
> 	  <build>
> 	    <plugins>
> 	      <plugin>
> 	        <groupId>org.apache.cxf</groupId>
> 	        <artifactId>cxf-codegen-plugin</artifactId>
> 	        <version>2.05.-incubator</version>
> ...
> [WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequirePluginVersions failed with message:
> Some plugins are missing valid versions:(LATEST RELEASE are not allowed )
> org.apache.cxf:cxf-codegen-plugin.      The version currently in use is 2.0.5-incubator

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