Skip to content

Commit 4914bf3

Browse files
committed
Merge branch 'nb120'
2 parents f300caf + 4ed80d9 commit 4914bf3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<property name="ossrh-server-id" value="ossrh" />
2424

2525
<target name="update-version-number">
26-
<replaceregexp file="pom.xml"
26+
<replaceregexp file="pom/pom.xml"
2727
match="(^ &lt;version&gt;).+(&lt;/version&gt;)"
2828
replace="\1${version}\2"
2929
byline="true" />
@@ -39,7 +39,7 @@
3939
<arg value="org.apache.maven.plugins:maven-gpg-plugin:1.3:sign-and-deploy-file" />
4040
<arg value="-Durl=${ossrh-staging-repository-url}" />
4141
<arg value="-DrepositoryId=${ossrh-server-id}" />
42-
<arg value="-DpomFile=pom.xml" />
42+
<arg value="-DpomFile=pom/pom.xml" />
4343
<arg value="-Dfile=${build}/${artifactId}-${version}.nbm" />
4444
<arg value="-Pgpg" />
4545
</artifact:mvn>

pom.xml renamed to pom/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@
5656
<autoReleaseAfterClose>true</autoReleaseAfterClose>
5757
</configuration>
5858
</plugin>
59+
<plugin>
60+
<groupId>org.apache.netbeans.utilities</groupId>
61+
<artifactId>nbm-maven-plugin</artifactId>
62+
<version>4.5</version>
63+
<extensions>true</extensions>
64+
</plugin>
5965
<plugin>
6066
<groupId>org.apache.maven.plugins</groupId>
6167
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)