Skip to content

Commit

Permalink
walokra#21 Support for Maven properties aka resource filter - now sup…
Browse files Browse the repository at this point in the history
…ports crude filtering based on Maven properties
  • Loading branch information
nahojkap committed Dec 13, 2016
1 parent d26a73f commit 2c68d66
Show file tree
Hide file tree
Showing 13 changed files with 1,007 additions and 488 deletions.
17 changes: 11 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,23 @@
<version>3.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>3.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-filtering</artifactId>
<version>3.1.1</version>
</dependency>
</dependencies>

<distributionManagement>
Expand Down
Loading

0 comments on commit 2c68d66

Please sign in to comment.