Skip to content

Commit

Permalink
Various pom.xml updates to partially address Islandora/documentation#238
Browse files Browse the repository at this point in the history
 (#9)
  • Loading branch information
ruebot authored and dannylamb committed Aug 24, 2016
1 parent 0d3df40 commit 26b23aa
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 11 deletions.
2 changes: 1 addition & 1 deletion component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>islandora-camel-component</artifactId>
<packaging>bundle</packaging>

<name>Islandora Camel Component</name>
<name>Islandora CLAW Camel Component</name>

<properties>
<islandora.osgi.export.pkg>ca.islandora.component*</islandora.osgi.export.pkg>
Expand Down
3 changes: 1 addition & 2 deletions indexing/islandora-indexing-triplestore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
<artifactId>islandora-indexing-triplestore</artifactId>
<packaging>bundle</packaging>

<name>Islandora Triplestore Indexer</name>

<name>Islandora CLAW Triplestore Indexer</name>
<properties>
<islandora.osgi.export.pkg>ca.islandora.indexing.triplestore</islandora.osgi.export.pkg>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion indexing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>islandora-indexing</artifactId>
<packaging>pom</packaging>

<name>Islandora :: Indexing</name>
<name>Islandora CLAW :: Indexing</name>

<modules>
<module>islandora-indexing-triplestore</module>
Expand Down
2 changes: 1 addition & 1 deletion karaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>islandora-karaf</artifactId>
<packaging>pom</packaging>

<name>Karaf Provisioning Features for Islandora</name>
<name>Karaf Provisioning Features for Islandora CLAW</name>

<build>
<defaultGoal>install</defaultGoal>
Expand Down
37 changes: 32 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<version>0.0.1-SNAPSHOT</version>
<url>http://islandora.ca/CLAW</url>

<name>Islandora :: Parent POM</name>
<name>Islandora CLAW :: Parent POM</name>

<repositories>
<repository>
Expand Down Expand Up @@ -169,13 +169,11 @@
<artifactId>compiler</artifactId>
<version>${mustache.version}</version>
</dependency>

<dependency>
<groupId>ca.islandora.component</groupId>
<artifactId>islandora-camel-component</artifactId>
<version>${project.version}</version>
</dependency>

<!-- logging -->
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -192,7 +190,6 @@
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
</dependency>

<!-- Testing & Camel Plugin -->
<dependency>
<groupId>org.apache.camel</groupId>
Expand All @@ -205,7 +202,6 @@

<build>
<defaultGoal>install</defaultGoal>

<resources>
<resource>
<directory>src/main/resources</directory>
Expand Down Expand Up @@ -310,6 +306,11 @@
</plugins>
</pluginManagement>
</build>

<prerequisites>
<maven>3.0.0</maven>
</prerequisites>

<profiles>
<profile>
<id>release-sign-artifacts</id>
Expand Down Expand Up @@ -404,4 +405,30 @@
<url>https://github.com/Islandora-CLAW/CLAW/issues</url>
</issueManagement>

<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
<comments>Copyright (c) 2015 Islandora Foundation</comments>
</license>
</licenses>

<distributionManagement>
<site>
<id>gh-pages</id>
<name>Deployment through GitHub's site deployment plugin</name>
<url>site/${project.version}</url>
</site>
</distributionManagement>

<mailingLists>
<mailingList>
<name>islandora-dev</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>https://groups.google.com/d/forum/islandora-dev</archive>
</mailingList>
</mailingLists>

</project>
2 changes: 1 addition & 1 deletion sync/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>islandora-sync-gateway</artifactId>
<packaging>bundle</packaging>

<name>Islandora Sync Gateway</name>
<name>Islandora CLAW Sync Gateway</name>

<properties>
<islandora.osgi.export.pkg>ca.islandora.sync.islandora-sync-gateway</islandora.osgi.export.pkg>
Expand Down

0 comments on commit 26b23aa

Please sign in to comment.