Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various pom.xml updates to partially address https://github.com/Islan… #9

Merged
merged 1 commit into from
Aug 24, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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