Skip to content

Commit 01c53fe

Browse files
committed
Incompatible with Sonatype parent, so try just inlining its few settings
1 parent a63034d commit 01c53fe

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

pom.xml

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@
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>
@@ -135,7 +129,7 @@
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>
@@ -212,7 +206,7 @@
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>
@@ -489,13 +483,13 @@
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>
@@ -524,18 +518,6 @@
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) &lt;[email protected]&gt;</keyname>
538-
</configuration>
539521
</plugin>
540522
</plugins>
541523
</build>

0 commit comments

Comments
 (0)