Skip to content

Commit 312eb3f

Browse files
authored
Don't skip deploying the maven-java pom (#174)
It is required since the other projects have this pom as their parent pom. Refs #173
1 parent 20b71a9 commit 312eb3f

1 file changed

Lines changed: 1 addition & 23 deletions

File tree

maven-java/pom.xml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,6 @@
3535
<maven.version>3.3.9</maven.version>
3636
</properties>
3737

38-
<repositories>
39-
<repository>
40-
<snapshots>
41-
<enabled>false</enabled>
42-
</snapshots>
43-
<id>lightbend-akkaserverless</id>
44-
<name>repo-lightbend-com-akkaserverless</name>
45-
<url>https://repo.lightbend.com/lightbend/akkaserverless/</url>
46-
</repository>
47-
</repositories>
48-
4938
<distributionManagement>
5039
<snapshotRepository>
5140
<id>ossrh</id>
@@ -60,7 +49,7 @@
6049
<groupId>org.sonatype.plugins</groupId>
6150
<artifactId>nexus-staging-maven-plugin</artifactId>
6251
<version>1.6.7</version>
63-
<extensions>true</extensions>
52+
<extensions>true</extensions>
6453
<configuration>
6554
<serverId>ossrh</serverId>
6655
<nexusUrl>https://s01.oss.sonatype.org</nexusUrl>
@@ -83,17 +72,6 @@
8372
</plugin>
8473
</plugins>
8574
</pluginManagement>
86-
<plugins>
87-
<plugin>
88-
<groupId>org.apache.maven.plugins</groupId>
89-
<artifactId>maven-deploy-plugin</artifactId>
90-
<version>2.8.2</version>
91-
<configuration>
92-
<skip>true</skip>
93-
</configuration>
94-
<inherited>false</inherited>
95-
</plugin>
96-
</plugins>
9775
</build>
9876

9977
<profiles>

0 commit comments

Comments
 (0)