We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca52dc3 commit 995d715Copy full SHA for 995d715
pom.xml
@@ -167,5 +167,27 @@
167
</configuration>
168
</plugin>
169
</plugins>
170
- </build>
+ </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
191
+ </profile>
192
+ </profiles>
193
</project>
0 commit comments