Q is an Apache Maven plugin for Eclipse that will let you use Maven from the Eclipse IDE
This plugin better integrates the development and building processes by bringing Maven into the Integrated
... [More] Development Environment (IDE).
The plugin is moving to Eclipse Foundation as Eclipse IAM [Less]
The aim of this project is to provide Maven 2.x build plugins and tools.
The Maven 2.x tomcat-plugin is an easy way to integrate your modules with Tomcat. It's aimed at web developers who would like
... [More] a quick way to modify web resources without having to manually copy the changed files all around. This plugin goes even further by allowing you to deploy the produced jars or war artifacts directly to a locally installed Tomcat. For more information on the tomcat-plugin, check the Maven generated site.
News- Nov. 19, 2009: tomcat-plugin-1.0.0 released! :-) [Less]
GWT-QUICKSTART for MAVEN2A Maven2 plugin to gwt-compile your client code Java classes as part of the standard maven2 build life cycle. A simple archetype is also included to generate a GWT 'hello
... [More] world'.
This maven plugin was modeled after the GWT plugin for Netbeans, which makes GWT development very simple. As part of the maven build / packaging process, the plugin invokes a command to GWT compile your application. It then 'merges' the GWT module xml file with your web.xml to declar Remote Services as servlets.
You can easily package and launch your application using Jetty or your IDE's preferred application server (Tomcat, JBoss, Glassfish, etc). Note: This is an Alpha version of the product, expect improvements coming soon
Maven Command for using the GWT Quickstart Archetype:
mvn archetype:create -DarchetypeGroupId=com.google.code.gwtquickstart
-DarchetypeArtifactId=gwtquickstart-archetype
-DarchetypeVersion=1.0-SNAPSHOT
-DgroupId=
-DartifactId=
-DremoteRepositories=http://gwt-quickstart-plugin.googlecode.com/svn/trunk/maven2Sample Pom.xml for using the plugin: http://gwt-quickstart-plugin.googlecode.com/svn/trunk/gwtquickstart-archetype/src/main/resources/archetype-resources/pom.xml
RequirementsJava 1.4 or higher Maven2 installed GWT 1.4 or higher downloaded and unzipped %GWT_HOME% environment variable pointing to local copy of GWT FeaturesCompiles your GWT code, gerating javascript & static content Merges GWT Remote Services into Web.xml Respects standard Maven2 web application layout Can be easily integrated into existing web applications More simple to use than existing GWT maven plugins Current LimitationsWorks only with Windows (gwt-dev-windows.jar), need to add support for linux/mac Web.xml merge is incomplete, it only knows how to merge with Servlet / Servlet mappings. need to fully support 2.5 / 2.6 spec Existing RPC Remote Service is not wired up to index.html page (yet) [Less]
Maven plugin to run any others maven plugins
Based on mojo-executor plugin by donald.brown
Using my plugin you can easy run any other maven plugins in various combination. For me, it makes Maven
... [More] looks like Ant.
See Usage page for details of using this plugin. [Less]