[jira] Created: (MEVENIDE-644) Plugin netbeans-run-plugin version not found

View: New views
5 Messages — Rating Filter:   Alert me  

[jira] Created: (MEVENIDE-644) Plugin netbeans-run-plugin version not found

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Plugin netbeans-run-plugin version not found
--------------------------------------------

                 Key: MEVENIDE-644
                 URL: http://jira.codehaus.org/browse/MEVENIDE-644
             Project: mevenide
          Issue Type: Bug
    Affects Versions: NB_3.1
         Environment: Windows XP, Java 1.6u6, NetBeans 6.1, Maven Plugin 3.1.3
            Reporter: Gérald Quintana
            Assignee: Milos Kleint


Run Maven 2 project from the project contextual menu, I get the following error:
Attempting to resolve a version for plugin: org.codehaus.mevenide:netbeans-run-plugin using meta-version: LATEST
artifact org.codehaus.mevenide:netbeans-run-plugin: checking for updates from maven2-repository.dev.java.net
artifact org.codehaus.mevenide:netbeans-run-plugin: checking for updates from central
Attempting to resolve a version for plugin: org.codehaus.mevenide:netbeans-run-plugin using meta-version: RELEASE
[ERROR]Maven encountered an error while loading a plugin for use in your build.
[ERROR]Plugin:
[ERROR]Group-Id: org.codehaus.mevenide
[ERROR]Artifact-Id: netbeans-run-plugin
[ERROR]Version: LATEST
[ERROR]Referenced mojo: run-jar
[ERROR]brought in via: null
[ERROR]While building project:
[ERROR]Group-Id: xxxx
[ERROR]Artifact-Id: xxxx
[ERROR]Version: xxxx
[ERROR]From file: C:\Mes Documents\NetBeansProjects\xxx\pom.xml
[ERROR]Error message:Failed to load plugin. Reason: The plugin 'org.codehaus.mevenide:netbeans-run-plugin' does not exist or no valid version could be found
[ERROR]Root error message:The plugin 'org.codehaus.mevenide:netbeans-run-plugin' does not exist or no valid version could be found

Problem doesn't occur on the same Maven project with NetBeans 6.0.1+ Maven plugin 3.1.2

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



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Updated: (MEVENIDE-644) Plugin netbeans-run-plugin version not found

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Milos Kleint updated MEVENIDE-644:
----------------------------------

    Fix Version/s: NB_3.2
      Component/s: mevenide2-netbeans

can you paste your nbactions.xml file as well? it should be right next to the pom.xml (if you indeed have the file, it could be missing)


> Plugin netbeans-run-plugin version not found
> --------------------------------------------
>
>                 Key: MEVENIDE-644
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-644
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_3.1
>         Environment: Windows XP, Java 1.6u6, NetBeans 6.1, Maven Plugin 3.1.3
>            Reporter: Gérald Quintana
>            Assignee: Milos Kleint
>             Fix For: NB_3.2
>
>
> Run Maven 2 project from the project contextual menu, I get the following error:
> Attempting to resolve a version for plugin: org.codehaus.mevenide:netbeans-run-plugin using meta-version: LATEST
> artifact org.codehaus.mevenide:netbeans-run-plugin: checking for updates from maven2-repository.dev.java.net
> artifact org.codehaus.mevenide:netbeans-run-plugin: checking for updates from central
> Attempting to resolve a version for plugin: org.codehaus.mevenide:netbeans-run-plugin using meta-version: RELEASE
> [ERROR]Maven encountered an error while loading a plugin for use in your build.
> [ERROR]Plugin:
> [ERROR]Group-Id: org.codehaus.mevenide
> [ERROR]Artifact-Id: netbeans-run-plugin
> [ERROR]Version: LATEST
> [ERROR]Referenced mojo: run-jar
> [ERROR]brought in via: null
> [ERROR]While building project:
> [ERROR]Group-Id: xxxx
> [ERROR]Artifact-Id: xxxx
> [ERROR]Version: xxxx
> [ERROR]From file: C:\Mes Documents\NetBeansProjects\xxx\pom.xml
> [ERROR]Error message:Failed to load plugin. Reason: The plugin 'org.codehaus.mevenide:netbeans-run-plugin' does not exist or no valid version could be found
> [ERROR]Root error message:The plugin 'org.codehaus.mevenide:netbeans-run-plugin' does not exist or no valid version could be found
> Problem doesn't occur on the same Maven project with NetBeans 6.0.1+ Maven plugin 3.1.2

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



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MEVENIDE-644) Plugin netbeans-run-plugin version not found

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MEVENIDE-644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=137188#action_137188 ]

Gérald Quintana commented on MEVENIDE-644:
------------------------------------------

Here is nbactions.xml:
<?xml version="1.0" encoding="UTF-8"?>
<actions>
    <action>
                <actionName>run</actionName>
                <packagings>
                        <packaging>jar</packaging>
                </packagings>
                <goals>
                        <goal>package</goal>
                        <goal>org.codehaus.mevenide:netbeans-run-plugin:LATEST:run-jar</goal>
                </goals>
                <properties>
                        <netbeans.jar.run.jvmparams>-Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel</netbeans.jar.run.jvmparams>
                </properties>
        </action>
    <action>
                <actionName>debug</actionName>
                <packagings>
                        <packaging>jar</packaging>
                </packagings>
                <goals>
                        <goal>package</goal>
                        <goal>org.codehaus.mevenide:netbeans-run-plugin:LATEST:run-jar</goal>
                </goals>
                <properties>
                        <jpda.listen>true</jpda.listen>
                        <netbeans.jar.run.jvmparams>-Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel</netbeans.jar.run.jvmparams>
                        <netbeans.jar.run.debugparams>-Xdebug -Djava.compiler=none -Xnoagent -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address}</netbeans.jar.run.debugparams>
                </properties>
        </action>
</actions>


> Plugin netbeans-run-plugin version not found
> --------------------------------------------
>
>                 Key: MEVENIDE-644
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-644
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_3.1
>         Environment: Windows XP, Java 1.6u6, NetBeans 6.1, Maven Plugin 3.1.3
>            Reporter: Gérald Quintana
>            Assignee: Milos Kleint
>             Fix For: NB_3.2
>
>
> Run Maven 2 project from the project contextual menu, I get the following error:
> Attempting to resolve a version for plugin: org.codehaus.mevenide:netbeans-run-plugin using meta-version: LATEST
> artifact org.codehaus.mevenide:netbeans-run-plugin: checking for updates from maven2-repository.dev.java.net
> artifact org.codehaus.mevenide:netbeans-run-plugin: checking for updates from central
> Attempting to resolve a version for plugin: org.codehaus.mevenide:netbeans-run-plugin using meta-version: RELEASE
> [ERROR]Maven encountered an error while loading a plugin for use in your build.
> [ERROR]Plugin:
> [ERROR]Group-Id: org.codehaus.mevenide
> [ERROR]Artifact-Id: netbeans-run-plugin
> [ERROR]Version: LATEST
> [ERROR]Referenced mojo: run-jar
> [ERROR]brought in via: null
> [ERROR]While building project:
> [ERROR]Group-Id: xxxx
> [ERROR]Artifact-Id: xxxx
> [ERROR]Version: xxxx
> [ERROR]From file: C:\Mes Documents\NetBeansProjects\xxx\pom.xml
> [ERROR]Error message:Failed to load plugin. Reason: The plugin 'org.codehaus.mevenide:netbeans-run-plugin' does not exist or no valid version could be found
> [ERROR]Root error message:The plugin 'org.codehaus.mevenide:netbeans-run-plugin' does not exist or no valid version could be found
> Problem doesn't occur on the same Maven project with NetBeans 6.0.1+ Maven plugin 3.1.2

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



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MEVENIDE-644) Plugin netbeans-run-plugin version not found

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MEVENIDE-644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=137189#action_137189 ]

Gérald Quintana commented on MEVENIDE-644:
------------------------------------------

I deleted the org.codehaus.mevenide from the local Maven repository and re-ran the project. This triggered the download of the plugin and now it works!

> Plugin netbeans-run-plugin version not found
> --------------------------------------------
>
>                 Key: MEVENIDE-644
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-644
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_3.1
>         Environment: Windows XP, Java 1.6u6, NetBeans 6.1, Maven Plugin 3.1.3
>            Reporter: Gérald Quintana
>            Assignee: Milos Kleint
>             Fix For: NB_3.2
>
>
> Run Maven 2 project from the project contextual menu, I get the following error:
> Attempting to resolve a version for plugin: org.codehaus.mevenide:netbeans-run-plugin using meta-version: LATEST
> artifact org.codehaus.mevenide:netbeans-run-plugin: checking for updates from maven2-repository.dev.java.net
> artifact org.codehaus.mevenide:netbeans-run-plugin: checking for updates from central
> Attempting to resolve a version for plugin: org.codehaus.mevenide:netbeans-run-plugin using meta-version: RELEASE
> [ERROR]Maven encountered an error while loading a plugin for use in your build.
> [ERROR]Plugin:
> [ERROR]Group-Id: org.codehaus.mevenide
> [ERROR]Artifact-Id: netbeans-run-plugin
> [ERROR]Version: LATEST
> [ERROR]Referenced mojo: run-jar
> [ERROR]brought in via: null
> [ERROR]While building project:
> [ERROR]Group-Id: xxxx
> [ERROR]Artifact-Id: xxxx
> [ERROR]Version: xxxx
> [ERROR]From file: C:\Mes Documents\NetBeansProjects\xxx\pom.xml
> [ERROR]Error message:Failed to load plugin. Reason: The plugin 'org.codehaus.mevenide:netbeans-run-plugin' does not exist or no valid version could be found
> [ERROR]Root error message:The plugin 'org.codehaus.mevenide:netbeans-run-plugin' does not exist or no valid version could be found
> Problem doesn't occur on the same Maven project with NetBeans 6.0.1+ Maven plugin 3.1.2

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



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Closed: (MEVENIDE-644) Plugin netbeans-run-plugin version not found

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Milos Kleint closed MEVENIDE-644.
---------------------------------

    Resolution: Cannot Reproduce

closing then.

> Plugin netbeans-run-plugin version not found
> --------------------------------------------
>
>                 Key: MEVENIDE-644
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-644
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_3.1
>         Environment: Windows XP, Java 1.6u6, NetBeans 6.1, Maven Plugin 3.1.3
>            Reporter: Gérald Quintana
>            Assignee: Milos Kleint
>             Fix For: NB_3.2
>
>
> Run Maven 2 project from the project contextual menu, I get the following error:
> Attempting to resolve a version for plugin: org.codehaus.mevenide:netbeans-run-plugin using meta-version: LATEST
> artifact org.codehaus.mevenide:netbeans-run-plugin: checking for updates from maven2-repository.dev.java.net
> artifact org.codehaus.mevenide:netbeans-run-plugin: checking for updates from central
> Attempting to resolve a version for plugin: org.codehaus.mevenide:netbeans-run-plugin using meta-version: RELEASE
> [ERROR]Maven encountered an error while loading a plugin for use in your build.
> [ERROR]Plugin:
> [ERROR]Group-Id: org.codehaus.mevenide
> [ERROR]Artifact-Id: netbeans-run-plugin
> [ERROR]Version: LATEST
> [ERROR]Referenced mojo: run-jar
> [ERROR]brought in via: null
> [ERROR]While building project:
> [ERROR]Group-Id: xxxx
> [ERROR]Artifact-Id: xxxx
> [ERROR]Version: xxxx
> [ERROR]From file: C:\Mes Documents\NetBeansProjects\xxx\pom.xml
> [ERROR]Error message:Failed to load plugin. Reason: The plugin 'org.codehaus.mevenide:netbeans-run-plugin' does not exist or no valid version could be found
> [ERROR]Root error message:The plugin 'org.codehaus.mevenide:netbeans-run-plugin' does not exist or no valid version could be found
> Problem doesn't occur on the same Maven project with NetBeans 6.0.1+ Maven plugin 3.1.2

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



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email