Skip to content

Commit a27e6d6

Browse files
authored
Merge pull request #38 from FusionAuth/degroff/fix_maven_publish
add autoPublish
2 parents cfc60eb + d6956f8 commit a27e6d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
<extensions>true</extensions>
176176
<configuration>
177177
<publishingServerId>central</publishingServerId>
178+
<autoPublish>true</autoPublish>
178179
</configuration>
179180
</plugin>
180181
<plugin>
@@ -199,4 +200,4 @@
199200
</build>
200201
</profile>
201202
</profiles>
202-
</project>
203+
</project>

0 commit comments

Comments
 (0)