Skip to content

Commit

Permalink
Clean up/reorg maven config, inheriting from fcrepo-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn authored and Andrew Woods committed Sep 30, 2015
1 parent 274d2d3 commit a774c5d
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 358 deletions.
8 changes: 8 additions & 0 deletions fcrepo-audit-triplestore/pom.xml
Expand Up @@ -78,6 +78,14 @@

<build>
<defaultGoal>install</defaultGoal>

<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
</resource>
</resources>

<plugins>

<plugin>
Expand Down
9 changes: 8 additions & 1 deletion fcrepo-fixity/pom.xml
Expand Up @@ -81,13 +81,20 @@
<build>
<defaultGoal>install</defaultGoal>

<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
</resource>
</resources>

<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
Expand Down
9 changes: 8 additions & 1 deletion fcrepo-indexing-solr/pom.xml
Expand Up @@ -96,13 +96,20 @@
<build>
<defaultGoal>install</defaultGoal>

<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
</resource>
</resources>

<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
Expand Down
9 changes: 8 additions & 1 deletion fcrepo-indexing-triplestore/pom.xml
Expand Up @@ -68,7 +68,7 @@
<groupId>com.jayway.awaitility</groupId>
<artifactId>awaitility</artifactId>
</dependency>

<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
Expand All @@ -89,6 +89,13 @@
<build>
<defaultGoal>install</defaultGoal>

<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
</resource>
</resources>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
8 changes: 8 additions & 0 deletions fcrepo-reindexing/pom.xml
Expand Up @@ -86,6 +86,14 @@
<build>
<defaultGoal>install</defaultGoal>


<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
</resource>
</resources>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit a774c5d

Please sign in to comment.