Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Apache Maven Mapping 1.0 Released

$
0
0
The Maven team is pleased to announce the release of the Apache Maven Mapping, version 1.0

A shared component to assist in interpolating file names using properties from a Maven project.

http://maven.apache.org/shared/maven-mapping/

You should specify the version in your project's dependency configuration:

<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-mapping</artifactId>
<version>1.0</version>
</dependency>

Release Notes - Apache Maven Mapping - Version 1.0

Task
* [MSHARED-291] Copy code for file name mapping from Maven WAR Plugin

Enjoy,

-The Maven team

Viewing all articles
Browse latest Browse all 5648

Trending Articles