File tree Expand file tree Collapse file tree 1 file changed +5
-23
lines changed
Expand file tree Collapse file tree 1 file changed +5
-23
lines changed Original file line number Diff line number Diff line change 2222 <version >3.0.1-SNAPSHOT</version >
2323 <packaging >pom</packaging >
2424
25- <parent >
26- <groupId >org.sonatype.oss</groupId >
27- <artifactId >oss-parent</artifactId >
28- <version >9</version >
29- </parent >
30-
3125 <dependencyManagement >
3226 <dependencies >
3327 <dependency >
135129 <execution >
136130 <id >attach-sources</id >
137131 <goals >
138- <goal >jar</goal >
132+ <goal >jar-no-fork </goal >
139133 </goals >
140134 </execution >
141135 </executions >
212206 <configuration >
213207 <mavenExecutorId >forked-path</mavenExecutorId >
214208 <tagNameFormat >zxing-@{project.version}</tagNameFormat >
215- <releaseProfiles >release,!build-android </releaseProfiles >
209+ <releaseProfiles >release</releaseProfiles >
216210 <goals >deploy</goals >
217211 </configuration >
218212 </plugin >
489483 <distributionManagement >
490484 <repository >
491485 <id >sonatype-nexus-staging</id >
492- <name >Sonatype Nexus Staging </name >
493- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
486+ <name >Nexus Release Repository </name >
487+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/ </url >
494488 </repository >
495489 <snapshotRepository >
496490 <id >sonatype-nexus-snapshots</id >
497491 <name >Sonatype Nexus Snapshots</name >
498- <url >http ://oss.sonatype.org/content/repositories/snapshots</url >
492+ <url >https ://oss.sonatype.org/content/repositories/snapshots/ </url >
499493 </snapshotRepository >
500494 <site >
501495 <id >zxing.website</id >
524518 <plugin >
525519 <groupId >org.apache.maven.plugins</groupId >
526520 <artifactId >maven-gpg-plugin</artifactId >
527- <executions >
528- <execution >
529- <id >sign-artifacts</id >
530- <phase >verify</phase >
531- <goals >
532- <goal >sign</goal >
533- </goals >
534- </execution >
535- </executions >
536- <configuration >
537- <
keyname >Sean Owen (ZXing)
< [email protected] > </
keyname >
538- </configuration >
539521 </plugin >
540522 </plugins >
541523 </build >
You can’t perform that action at this time.
0 commit comments