» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Maven + plugin

Overview - Mevenide for Eclipse Navigation

http://mevenide.codehaus.org/release/eclipse/update/site.xml

Maven: del.icio.us/tag/maven

Overview - Mevenide for Eclipse Navigation

http://mevenide.codehaus.org/release/eclipse/update/site.xml

Eclipse: del.icio.us/tag/eclipse

Main Page - MVN-PKG-PLUGIN

This project provides a maven plugin for packaging maven projects to different targets. It supports on-the-fly generation of .deb, .ipk archives as well as the generation of IzPack-installer. One of the goal of this plugin was the clean handling of maven dependencies. For the distribution specific packaging targets, the plugin is able to translate the maven dependencies to platform specific (e.g. debian dependencies).

Maven: del.icio.us/tag/maven

Yet another blog: Maven 2 and WebSphere - automated build and deployment of J2EE applications

<plugin> <!-- This goal allows us to get the EAR from the repository for deployment and install it locally --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <id>copy</id> <phase>package</phase> <goals> <goal>copy</goal> </goals> <configuration> <artifactItems> <artifactItem> <!-- same group --> <groupId>${project.groupId}</groupId> <artifactId>your_artifact_name</artifactId> <type>ear</type> <overWrite>true</overWrite> <destFileName>your_artifact_name.ear</destFileName> </artifactItem> </artifactItems> <outputDirectory>${project.build.directory}</outputDirectory> <overWriteReleases>true</overWriteReleases> <overWriteSnapshots>true</overWriteSnapshots> </configuration>

Maven: del.icio.us/tag/maven

Raible Designs | Integrating Selenium with Maven 2

http://docs.codehaus.org/display/MAVENUSER/Maven+and+Selenium

Maven: del.icio.us/tag/maven

Page 1 | Next >>