Skip to content

Commit

Permalink
cleanup name tags in poms.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Dec 5, 2011
1 parent 2b8b893 commit 7ad696e
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 18 deletions.
4 changes: 2 additions & 2 deletions classes-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<artifactId>classes-test</artifactId>

<name>${project.artifactId} : Unit Tests of Core java classes</name>
<description>Unit Tests Core java classes for lejos jvm which execute natively on the NXT hardware.</description>
<name>Core JVM classes unit tests</name>
<description>Unit Tests Core java classes for Lejos JVM which execute on the NXT hardware.</description>

<scm>
<connection>scm:svn:https://lejos.svn.sourceforge.net/svnroot/lejos/trunk/${project.artifactId}</connection>
Expand Down
4 changes: 2 additions & 2 deletions classes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<artifactId>classes</artifactId>

<name>${project.artifactId} : Core java classes for lejos jvm</name>
<description>Core java classes for lejos jvm for execution on the NXT hardware.</description>
<name>Core JVM classes</name>
<description>Core java classes for Lejos JVM for execution on the NXT hardware.</description>

<scm>
<connection>scm:svn:https://lejos.svn.sourceforge.net/svnroot/lejos/trunk/${project.artifactId}</connection>
Expand Down
2 changes: 1 addition & 1 deletion jtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>jtools</artifactId>

<name>${project.artifactId} : Tools to build nxt jvm classes.</name>
<name>jvm build tools</name>
<description>Tools to build nxt jvm classes.</description>

<scm>
Expand Down
4 changes: 2 additions & 2 deletions leJOSlab/junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<artifactId>junit-lejos</artifactId>

<name>${project.artifactId} : Unit Test library for lejos</name>
<description>Unit Test library for lejos based on junit for running tests on the NXT hardware.</description>
<name>LeJOSLab JUnit</name>
<description>Unit Test library for Lejos based on JUnit for running tests on the NXT hardware.</description>

<scm>
<connection>scm:svn:https://lejos.svn.sourceforge.net/svnroot/lejos/trunk/leJOSlab/junit</connection> <!-- @todo rearrange tree to ...trunk/${project.artifactId} -->
Expand Down
2 changes: 1 addition & 1 deletion org.lejos.charting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>charting</artifactId>

<name>${project.artifactId} : Charting classes.</name>
<name>Charting</name>
<description>Charting support classes.</description>

<scm>
Expand Down
2 changes: 1 addition & 1 deletion org.lejos.example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>example</artifactId>

<name>${project.artifactId} : Example project.</name>
<name>Example</name>
<description>Simple example project to be run on the brick.</description>

<scm>
Expand Down
4 changes: 2 additions & 2 deletions org.lejos.junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<artifactId>junit</artifactId>

<name>${project.artifactId} : Unit Test library for lejos.</name>
<description>Unit Test library for lejos based on junit for running tests on the NXT hardware.</description>
<name>Lejos JUnit</name>
<description>Unit Test library for Lejos based on JUnit for running tests on the NXT hardware.</description>

<scm>
<connection>scm:svn:https://lejos.svn.sourceforge.net/svnroot/lejos/trunk/org.lejos.${project.artifactId}</connection>
Expand Down
2 changes: 1 addition & 1 deletion org.lejos.pcexample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>pcexample</artifactId>

<name>${project.artifactId} : Example PC project.</name>
<name>PC Example</name>
<description>Simple example project to be run on the PC.</description>

<scm>
Expand Down
10 changes: 9 additions & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>lejos-parent</artifactId>
<version>0.9-SNAPSHOT</version>

<name>${project.artifactId} : Lejos parent project</name>
<name>Lejos parent pom</name>
<description>Lejos parent project, containing child modules.</description>

<scm>
Expand All @@ -17,6 +17,14 @@

<packaging>pom</packaging>

<distributionManagement>
<site>
<!-- fake url, is required to build fully linked site via: mvn package site site:stage -->
<id>dummyForSiteStage</id>
<url>dummySiteStageURL</url>
</site>
</distributionManagement>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down
2 changes: 1 addition & 1 deletion pccomms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>pccomms</artifactId>

<name>${project.artifactId} : Remote classes that execute on a PC.</name>
<name>PC Communications</name>
<description>Remote classes that execute on a PC and communicate with the lejos jvm NXT hardware.</description>

<scm>
Expand Down
2 changes: 1 addition & 1 deletion pcsamples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>pcsamples</artifactId>

<name>${project.artifactId} : PCSample projects.</name>
<name>PC Samples</name>
<description>Samples that can be run on the PC.</description>

<scm>
Expand Down
2 changes: 1 addition & 1 deletion pctools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>pctools</artifactId>

<name>${project.artifactId} : PC Tools to upload nxt classes.</name>
<name>PC Upload Tools</name>
<description>PC Tools to upload nxt classes.</description>

<scm>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>samples</artifactId>

<name>${project.artifactId} : Sample projects.</name>
<name>Samples</name>
<description>Samples that can be run on the brick, some of which can also be run on the PC.</description>

<scm>
Expand Down
2 changes: 1 addition & 1 deletion startup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>startup</artifactId>

<name>${project.artifactId} : Startup UI.</name>
<name>Startup UI</name>
<description>The User Interface shown when the brick starts up.</description>

<scm>
Expand Down

0 comments on commit 7ad696e

Please sign in to comment.