We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67ab63 commit f468fd5Copy full SHA for f468fd5
pom.xml
@@ -364,6 +364,7 @@ limitations under the License.
364
<njord.publishingType>automatic</njord.publishingType>
365
<njord.waitForStates>true</njord.waitForStates>
366
<njord.enabled>false</njord.enabled>
367
+ <!-- enable only during release: see plexus-release profile -->
368
</properties>
369
370
<dependencyManagement>
@@ -811,6 +812,11 @@ limitations under the License.
811
812
</reportSet>
813
</reportSets>
814
</plugin>
815
+ <plugin>
816
+ <groupId>org.apache.maven.plugins</groupId>
817
+ <artifactId>maven-artifact-plugin</artifactId>
818
+ <version>3.6.1</version>
819
+ </plugin>
820
</plugins>
821
</reporting>
822
</profile>
0 commit comments