File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 23
23
<property name =" ossrh-server-id" value =" ossrh" />
24
24
25
25
<target name =" update-version-number" >
26
- <replaceregexp file =" pom.xml"
26
+ <replaceregexp file =" pom/pom .xml"
27
27
match =" (^ <version>).+(</version>)"
28
28
replace =" \1${ version } \2"
29
29
byline =" true" />
39
39
<arg value =" org.apache.maven.plugins:maven-gpg-plugin:1.3:sign-and-deploy-file" />
40
40
<arg value =" -Durl=${ ossrh-staging-repository-url } " />
41
41
<arg value =" -DrepositoryId=${ ossrh-server-id } " />
42
- <arg value =" -DpomFile=pom.xml" />
42
+ <arg value =" -DpomFile=pom/pom .xml" />
43
43
<arg value =" -Dfile=${ build } /${ artifactId } -${ version } .nbm" />
44
44
<arg value =" -Pgpg" />
45
45
</artifact : mvn >
Original file line number Diff line number Diff line change 56
56
<autoReleaseAfterClose >true</autoReleaseAfterClose >
57
57
</configuration >
58
58
</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 >
59
65
<plugin >
60
66
<groupId >org.apache.maven.plugins</groupId >
61
67
<artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments