Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit a907fb0

Browse files
author
weissarn
committed
adds licence report generator plugin
1 parent 99ec634 commit a907fb0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
<groupId>io.adminshell.aas</groupId>
77
<artifactId>dataformat-parent</artifactId>
88
<version>${revision}</version>
9+
<build>
10+
<plugins>
11+
<plugin>
12+
<groupId>org.apache.maven.plugins</groupId>
13+
<artifactId>maven-project-info-reports-plugin</artifactId>
14+
<version>3.1.2</version>
15+
</plugin>
16+
</plugins>
17+
</build>
918
<packaging>pom</packaging>
1019
<modules>
1120
<module>dataformat-core</module>
@@ -31,4 +40,5 @@
3140
<xmlunit.version>2.8.2</xmlunit.version>
3241
<woodstox-core-asl.version>4.4.1</woodstox-core-asl.version>
3342
</properties>
43+
3444
</project>

0 commit comments

Comments
 (0)