File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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 =" (^ <version>).+(</version>)"
2828 replace =" \1${ version } \2"
2929 byline =" true" />
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments