Jar examples for m:maven-war-plugin
Builds a Web Application Archive (WAR) file from the project output and its dependencies.
You can download jar file maven-war-plugin 2.1-beta-1 in this page.
Apache License
You can use the following script to add maven-war-plugin-2.1-beta-1.jar to your project.
<dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>2.1-beta-1</version> </dependency>
compile group: 'org.apache.maven.plugins', name: 'maven-war-plugin', version: '2.1-beta-1'
libraryDependencies += "org.apache.maven.plugins" % "maven-war-plugin" % "2.1-beta-1"
<dependency org="org.apache.maven.plugins" name="maven-war-plugin" rev="2.1-beta-1"/>
@Grapes(@Grab(group='org.apache.maven.plugins', module='maven-war-plugin', version='2.1-beta-1'))
'org.apache.maven.plugins:maven-war-plugin:jar:2.1-beta-1'
Click the following link to download the jar file.
maven-war-plugin-2.1-beta-1-javadoc.jar