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

Gérald Quintana (JIRA) <jira-yCVjj/[email protected]> Tue, 3 Jun 2008 04:45:54 -0500 (CDT)
Newsgroups gmane.comp.jakarta.turbine.maven.mevenide.devel
Message-ID <5089373.1212486354878.JavaMail.haus-jira@codehaus01.managed.contegix.com>
    [ 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