Skip to content

Commit 8f7f54c

Browse files
Merge pull request #136 from google/arunkumaresan-bugfix
Fixed publishing signed artifacts
2 parents 08f1186 + 1cb8de2 commit 8f7f54c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.google.pdsl</groupId>
88
<artifactId>pdsl</artifactId>
9-
<version>1.11.1-SNAPSHOT</version>
9+
<version>1.11.1</version>
1010

1111
<name>pdsl</name>
1212
<url>http://www.github.com/google/polymorphicDSL</url>
@@ -206,7 +206,8 @@
206206
</configuration>
207207
<executions>
208208
<execution>
209-
<id>attach-javadocs</id>
209+
<id>attach-javadocs</id>
210+
<phase>package</phase>
210211
<goals>
211212
<goal>jar</goal>
212213
</goals>
@@ -282,7 +283,10 @@
282283
<groupId>org.sonatype.central</groupId>
283284
<artifactId>central-publishing-maven-plugin</artifactId>
284285
<version>0.8.0</version>
285-
<extensions>true</extensions>
286+
<extensions>true</extensions>
287+
<configuration>
288+
<publishingServerId>central</publishingServerId>
289+
</configuration>
286290
</plugin>
287291

288292
<plugin>

0 commit comments

Comments
 (0)