Skip to content

Commit

Permalink
Define maven-filtering 1.3 version in maven-resources-plugin
Browse files Browse the repository at this point in the history
It is defined because it contains a fix for
http://jira.codehaus.org/browse/MSHARED-325 issue and the newer
maven-resources-plugin that references the patched maven-filtering is
not available at the moment.
  • Loading branch information
mkrizmanic committed Jan 26, 2015
1 parent 71b7fc9 commit 2ac74fa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,19 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.7</version>
<!-- Note: maven-filtering 1.3 version is defined because it contains
fix for http://jira.codehaus.org/browse/MSHARED-325 issue
and newer maven-resources-plugin than 2.7 version that references
patched maven-filtering version is not available at the moment.
Defined dependency version should be removed during the upgrade to
new version -->
<dependencies>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-filtering</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
</plugin>

<!-- do not upgrade to 2.4 before this issue is fixed: https://github.com/sonatype/m2eclipse-extras/issues/10 -->
Expand Down

0 comments on commit 2ac74fa

Please sign in to comment.