Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #223 from futures/RenameNames
Renamed Maven modules to feature human-useful names

Resolves: https://www.pivotaltracker.com/story/show/64669346
  • Loading branch information
Andrew Woods committed Jan 29, 2014
2 parents 8ca495f + 5229682 commit 4007dd3
Show file tree
Hide file tree
Showing 19 changed files with 41 additions and 19 deletions.
2 changes: 1 addition & 1 deletion fcrepo-audit/pom.xml
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>fcrepo-audit</artifactId>
<name>${project.artifactId}</name>
<name>Fedora Repository Audit Module</name>
<description>The Fedora Commons repository audit module: Provides audit functionality for the Fedora Commons repository framework.</description>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-auth-common/pom.xml
Expand Up @@ -6,7 +6,7 @@
<version>4.0.0-alpha-4-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-auth-common</artifactId>
<name>${project.artifactId}</name>
<name>Fedora Repository Authorization Commons Module</name>
<description>Provides unified policy enforcement points for various access control implementations.</description>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-auth-oauth/pom.xml
Expand Up @@ -6,7 +6,7 @@
<version>4.0.0-alpha-4-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-auth-oauth</artifactId>
<name>${project.artifactId}</name>
<name>Fedora Repository OAuth 2.0 Module</name>
<description>Fedora OAuth 2.0 module</description>
<packaging>bundle</packaging>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-auth-roles-basic/pom.xml
Expand Up @@ -6,7 +6,7 @@
<version>4.0.0-alpha-4-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-auth-roles-basic</artifactId>
<name>fcrepo-auth-roles-basic</name>
<name>Fedora Repository Authorization Basic Role Module</name>
<description>A basic implementation of a Fedora policy enforcement point (PEP) that uses the access roles of reader, writer and admin.</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-auth-roles-common/pom.xml
Expand Up @@ -6,7 +6,7 @@
<version>4.0.0-alpha-4-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-auth-roles-common</artifactId>
<name>fcrepo-auth-roles-common</name>
<name>Fedora Repository Authorization Roles Commons Module</name>
<description>This module adds access roles to the repository tree. It creates a REST/JSON API for post and get of access roles on Fedora objects and datastreams. It supports the querying of effective roles by policy enforcement points (PEPs).</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-generator-dc/pom.xml
Expand Up @@ -6,7 +6,7 @@
<version>4.0.0-alpha-4-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-generator-dc</artifactId>
<name>${project.artifactId}</name>
<name>Fedora Repository Dublin Core Module</name>
<description>The Fedora Commons repository Dublin Core module: Provides Dublin Core presentations of repository resources from a variety of sources.</description>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-http-api/pom.xml
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>fcrepo-http-api</artifactId>
<name>${project.artifactId}</name>
<name>Fedora Repository HTTP API Module</name>
<description>The Fedora Commons repository HTTP API: Provides a RESTful HTTP API to interact with the Fedora Commons repository.</description>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-http-commons/pom.xml
Expand Up @@ -6,7 +6,7 @@
<version>4.0.0-alpha-4-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-http-commons</artifactId>
<name>${project.artifactId}</name>
<name>Fedora Repository HTTP Commons Module</name>
<description>The Fedora Commons repository HTTP commons module: Provides HTTP (JAX-RS) resources and helpers for use in assembling HTTP APIs over the Fedora Commons repository framework.</description>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-jcr/pom.xml
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>fcrepo-jcr</artifactId>
<name>${project.artifactId}</name>
<name>Fedora Repository JCR Support Module</name>
<description />
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-jms/pom.xml
Expand Up @@ -6,7 +6,7 @@
<version>4.0.0-alpha-4-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-jms</artifactId>
<name>${project.artifactId}</name>
<name>Fedora Repository JMS Module</name>
<description>The Fedora Commons repository JMS module: Provides repository event publication via Java Message Service.</description>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-kernel/pom.xml
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>fcrepo-kernel</artifactId>
<name>${project.artifactId}</name>
<name>Fedora Repository Kernel</name>
<description>The Fedora Commons repository kernel: Provides the basic abstractions at the heart of the Fedora information architecture and machinery for manipulating them.</description>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-metrics/pom.xml
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>fcrepo-metrics</artifactId>
<name>${project.artifactId}</name>
<name>Fedora Repository Metrics Module</name>
<description>The Fedora Commons repository metrics module: Provides internal repository metrics reporting.</description>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-rss/pom.xml
Expand Up @@ -7,7 +7,7 @@
</parent>

<artifactId>fcrepo-rss</artifactId>
<name>${project.artifactId}</name>
<name>Fedora Repository RSS Module</name>
<description>The Fedora Commons repository RSS module: Provides a limited RSS feed of repository events.</description>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-serialization/pom.xml
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>fcrepo-serialization</artifactId>
<name>${project.artifactId}</name>
<name>Fedora Repository Object Serialization Module</name>
<description>Fedora serialization module</description>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-storage-policy/pom.xml
Expand Up @@ -6,7 +6,7 @@
<version>4.0.0-alpha-4-SNAPSHOT</version>
</parent>
<artifactId>fcrepo-storage-policy</artifactId>
<name>${project.artifactId}</name>
<name>Fedora Repository Storage Strategies Module</name>
<description>Provides store strategy hints based on policy evaluation.</description>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-transform/pom.xml
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>fcrepo-transform</artifactId>
<name>${project.artifactId}</name>
<name>Fedora Repository RDF Transformations Module</name>
<description>The Fedora Commons repository transformations module: Provides facilities to use SPARQL or LDPath to tranform repository RDF into desired forms.</description>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-webapp/pom.xml
Expand Up @@ -7,7 +7,7 @@
</parent>

<artifactId>fcrepo-webapp</artifactId>
<name>${project.artifactId}</name>
<name>Fedora Repository Deployable Web Application</name>
<description>The Fedora web application</description>
<packaging>war</packaging>

Expand Down
2 changes: 1 addition & 1 deletion fcrepo-webhooks/pom.xml
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>fcrepo-webhooks</artifactId>
<name>${project.artifactId}</name>
<name>Fedora Repository Webhooks Module</name>
<description>The Fedora Commons repository Webhooks module: Provides the ability for a Fedora Commons repository to accept Webhooks for workflow automation.

See: http://en.wikipedia.org/wiki/Webhook</description>
Expand Down
24 changes: 23 additions & 1 deletion pom.xml
Expand Up @@ -9,7 +9,7 @@
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo</artifactId>
<version>4.0.0-alpha-4-SNAPSHOT</version>
<name>fcrepo4</name>
<name>Fedora Commons 4</name>
<description>Parent project for Fedora Commons 4</description>
<organization>
<name>DuraSpace, Inc.</name>
Expand Down Expand Up @@ -1125,6 +1125,28 @@
</plugins>
</build>
</profile>
<profile>
<id>graph-dependencies</id>
<pluginRepositories>
<pluginRepository>
<id>mvnplugins.fusesource.org</id>
<url>http://mvnplugins.fusesource.org/repo/release</url>
<releases>
<enabled>true</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<plugin>
<groupId>org.fusesource.mvnplugins</groupId>
<artifactId>maven-graph-plugin</artifactId>
<version>1.4</version>
</plugin>
</plugins>
</build>
</profile>

</profiles>
<licenses>
<license>
Expand Down

0 comments on commit 4007dd3

Please sign in to comment.