Skip to content

Commit f468fd5

Browse files
committed
add Reproducible Central report
1 parent c67ab63 commit f468fd5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ limitations under the License.
364364
<njord.publishingType>automatic</njord.publishingType>
365365
<njord.waitForStates>true</njord.waitForStates>
366366
<njord.enabled>false</njord.enabled>
367+
<!-- enable only during release: see plexus-release profile -->
367368
</properties>
368369

369370
<dependencyManagement>
@@ -811,6 +812,11 @@ limitations under the License.
811812
</reportSet>
812813
</reportSets>
813814
</plugin>
815+
<plugin>
816+
<groupId>org.apache.maven.plugins</groupId>
817+
<artifactId>maven-artifact-plugin</artifactId>
818+
<version>3.6.1</version>
819+
</plugin>
814820
</plugins>
815821
</reporting>
816822
</profile>

0 commit comments

Comments
 (0)