All: We just upgraded from Maven1 1.0.2 to Maven2 2.2.1 and from NetBeans 5.5 to NetBeans 6.7. With our previous setup we could specify NetBeans 5.5 actions in the Maven1 1.0.2 build.properties file as follows: maven.netbeans.exec.debug.single=-Dmaven.mevenide.run.classname=%CLASS% java:compile mevenide:debug-class maven.netbeans.exec.run.single=-Dmaven.mevenide.run.classname=%CLASS% java:compile mevenide:run-class maven.netbeans.exec.rebuild=clean web-deploy-nowar maven.netbeans.exec.build=web-deploy-nowar and the corresponding menu selections in NetBeans 5.5 would use these actions instead of the built in actions.
Is it possible to also specify NetBeans 6.7 actions externally in the Maven2 2.2.1 profiles.xml (or pom.xml or settings.xml) file? If so, which specific NetBeans 6.7 action attributes are available and how are these declared? Thanks, Rick -- View this message in context: http://old.nabble.com/Defining-NetBeans-6.7-Actions-Externally-In-Maven2-2.2.1-tp26413299p26413299.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
