You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Jason Dillon (JIRA)" <ji...@apache.org> on 2010/06/22 18:28:54 UTC

[jira] Created: (WINK-294) Some plugins missing versions

Some plugins missing versions
-----------------------------

                 Key: WINK-294
                 URL: https://issues.apache.org/jira/browse/WINK-294
             Project: Wink
          Issue Type: Improvement
          Components: Build
    Affects Versions: 1.1.1
            Reporter: Jason Dillon


When building with Maven 3, some additional warnings about missing plugin versions pop up:

{noformat}
[WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-component-test-support:jar:1.1.1-incubating
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-war-plugin @ org.apache.wink:wink:1.1.1-incubating, /Users/jason/ws/tmp/wink-1.1.1-incubating/pom.xml
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-common:jar:1.1.1-incubating
[WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-server:jar:1.1.1-incubating
[WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-client:jar:1.1.1-incubating
[WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-client-apache-httpclient:jar:1.1.1-incubating
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> duplicate declaration of version (?) @ 
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.wink.example:WebDAV:war:1.1.1-incubating
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-dependency-plugin is missing. @ 
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink:pom:1.1.1-incubating
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-war-plugin @ 
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
{noformat}


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WINK-294) Some plugins missing versions

Posted by "Mike Rheinheimer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WINK-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893205#action_12893205 ] 

Mike Rheinheimer commented on WINK-294:
---------------------------------------

Is Maven 3 even released yet?  Latest I see is a "beta-1".

> Some plugins missing versions
> -----------------------------
>
>                 Key: WINK-294
>                 URL: https://issues.apache.org/jira/browse/WINK-294
>             Project: Wink
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 1.1.2
>            Reporter: Jason Dillon
>
> When building with Maven 3, some additional warnings about missing plugin versions pop up:
> {noformat}
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-component-test-support:jar:1.1.1-incubating
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-war-plugin @ org.apache.wink:wink:1.1.1-incubating, /Users/jason/ws/tmp/wink-1.1.1-incubating/pom.xml
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-common:jar:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-server:jar:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-client:jar:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-client-apache-httpclient:jar:1.1.1-incubating
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> duplicate declaration of version (?) @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink.example:WebDAV:war:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-dependency-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink:pom:1.1.1-incubating
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-war-plugin @ 
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WINK-294) Some plugins missing versions

Posted by "Bryant Luk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryant Luk resolved WINK-294.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.2
         Assignee: Bryant Luk

Thanks Jason and Luciano.  I applied the patch and things look better.

> Some plugins missing versions
> -----------------------------
>
>                 Key: WINK-294
>                 URL: https://issues.apache.org/jira/browse/WINK-294
>             Project: Wink
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 1.1.2
>            Reporter: Jason Dillon
>            Assignee: Bryant Luk
>             Fix For: 1.1.2
>
>         Attachments: WINK-294.patch
>
>
> When building with Maven 3, some additional warnings about missing plugin versions pop up:
> {noformat}
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-component-test-support:jar:1.1.1-incubating
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-war-plugin @ org.apache.wink:wink:1.1.1-incubating, /Users/jason/ws/tmp/wink-1.1.1-incubating/pom.xml
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-common:jar:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-server:jar:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-client:jar:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-client-apache-httpclient:jar:1.1.1-incubating
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> duplicate declaration of version (?) @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink.example:WebDAV:war:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-dependency-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink:pom:1.1.1-incubating
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-war-plugin @ 
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WINK-294) Some plugins missing versions

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WINK-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12927987#action_12927987 ] 

Hudson commented on WINK-294:
-----------------------------

Integrated in Wink-Trunk-JDK1.5 #420 (See [https://hudson.apache.org/hudson/job/Wink-Trunk-JDK1.5/420/])
    Use versions in all dependent bundles

See [WINK-294]

Thanks to Jason Dillon for reporting the issue
and Luciano Resende for the patch.


> Some plugins missing versions
> -----------------------------
>
>                 Key: WINK-294
>                 URL: https://issues.apache.org/jira/browse/WINK-294
>             Project: Wink
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 1.1.2
>            Reporter: Jason Dillon
>            Assignee: Bryant Luk
>             Fix For: 1.1.2
>
>         Attachments: WINK-294.patch
>
>
> When building with Maven 3, some additional warnings about missing plugin versions pop up:
> {noformat}
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-component-test-support:jar:1.1.1-incubating
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-war-plugin @ org.apache.wink:wink:1.1.1-incubating, /Users/jason/ws/tmp/wink-1.1.1-incubating/pom.xml
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-common:jar:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-server:jar:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-client:jar:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-client-apache-httpclient:jar:1.1.1-incubating
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> duplicate declaration of version (?) @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink.example:WebDAV:war:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-dependency-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink:pom:1.1.1-incubating
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-war-plugin @ 
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WINK-294) Some plugins missing versions

Posted by "Luciano Resende (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende updated WINK-294:
---------------------------------

    Attachment: WINK-294.patch

Adding maven-enforcer-plugin and fixing reported issues

> Some plugins missing versions
> -----------------------------
>
>                 Key: WINK-294
>                 URL: https://issues.apache.org/jira/browse/WINK-294
>             Project: Wink
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 1.1.2
>            Reporter: Jason Dillon
>         Attachments: WINK-294.patch
>
>
> When building with Maven 3, some additional warnings about missing plugin versions pop up:
> {noformat}
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-component-test-support:jar:1.1.1-incubating
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-war-plugin @ org.apache.wink:wink:1.1.1-incubating, /Users/jason/ws/tmp/wink-1.1.1-incubating/pom.xml
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-common:jar:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-server:jar:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-client:jar:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-client-apache-httpclient:jar:1.1.1-incubating
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> duplicate declaration of version (?) @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink.example:WebDAV:war:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-dependency-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink:pom:1.1.1-incubating
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-war-plugin @ 
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WINK-294) Some plugins missing versions

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WINK-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893270#action_12893270 ] 

Jason Dillon commented on WINK-294:
-----------------------------------

nope, not yet.  beta-1 is very stable.  I've been using it for months.

> Some plugins missing versions
> -----------------------------
>
>                 Key: WINK-294
>                 URL: https://issues.apache.org/jira/browse/WINK-294
>             Project: Wink
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 1.1.2
>            Reporter: Jason Dillon
>
> When building with Maven 3, some additional warnings about missing plugin versions pop up:
> {noformat}
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-component-test-support:jar:1.1.1-incubating
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-war-plugin @ org.apache.wink:wink:1.1.1-incubating, /Users/jason/ws/tmp/wink-1.1.1-incubating/pom.xml
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-common:jar:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-server:jar:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-client:jar:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-client-apache-httpclient:jar:1.1.1-incubating
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> duplicate declaration of version (?) @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink.example:WebDAV:war:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-dependency-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink:pom:1.1.1-incubating
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-war-plugin @ 
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WINK-294) Some plugins missing versions

Posted by "Jesse Ramos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Ramos updated WINK-294:
-----------------------------

    Affects Version/s: 1.1.2
                           (was: 1.1.1)

> Some plugins missing versions
> -----------------------------
>
>                 Key: WINK-294
>                 URL: https://issues.apache.org/jira/browse/WINK-294
>             Project: Wink
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 1.1.2
>            Reporter: Jason Dillon
>
> When building with Maven 3, some additional warnings about missing plugin versions pop up:
> {noformat}
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-component-test-support:jar:1.1.1-incubating
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-war-plugin @ org.apache.wink:wink:1.1.1-incubating, /Users/jason/ws/tmp/wink-1.1.1-incubating/pom.xml
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-common:jar:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-server:jar:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-client:jar:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink-client-apache-httpclient:jar:1.1.1-incubating
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> duplicate declaration of version (?) @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink.example:WebDAV:war:1.1.1-incubating
> [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-dependency-plugin is missing. @ 
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for org.apache.wink:wink:pom:1.1.1-incubating
> [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-war-plugin @ 
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.