Skip to content

Commit

Permalink
Use generated project's name to build name in POM
Browse files Browse the repository at this point in the history
Get rid of hard-coded 'Minerva' string

Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
  • Loading branch information
manandbytes committed Jun 26, 2011
1 parent 97546ea commit a9ef305
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -18,7 +18,7 @@
<artifactId>${artifactId}</artifactId>
<packaging>eclipse-repository</packaging>

<name>Minerva Repository</name>
<name>${projectName} Repository</name>

<build>
<plugins>
Expand Down
Expand Up @@ -18,7 +18,7 @@
<artifactId>${bundleId}.core</artifactId>
<packaging>eclipse-plugin</packaging>

<name>Minerva Core Plug-in</name>
<name>${projectName} Core Plug-in</name>

<build>
<!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
Expand Down
Expand Up @@ -18,6 +18,6 @@
<artifactId>${artifactId}</artifactId>
<packaging>eclipse-feature</packaging>

<name>Minerva Sources Feature</name>
<name>${projectName} Sources Feature</name>

</project>

0 comments on commit a9ef305

Please sign in to comment.