Skip to content

Commit 995d715

Browse files
committed
use github profile
1 parent ca52dc3 commit 995d715

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

pom.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,27 @@
167167
</configuration>
168168
</plugin>
169169
</plugins>
170-
</build>
170+
</build>
171+
172+
<profiles>
173+
<profile>
174+
<id>github</id>
175+
<build>
176+
<plugins>
177+
<plugin>
178+
<groupId>org.sonatype.central</groupId>
179+
<artifactId>central-publishing-maven-plugin</artifactId>
180+
<version>0.7.0</version>
181+
<extensions>true</extensions>
182+
<executions>
183+
<execution>
184+
<id>injected-central-publishing</id>
185+
<phase>none</phase>
186+
</execution>
187+
</executions>
188+
</plugin>
189+
</plugins>
190+
</build>
191+
</profile>
192+
</profiles>
171193
</project>

0 commit comments

Comments
 (0)