Apache 2 Lizenz aufgenommen
This commit is contained in:
20
pom.xml
20
pom.xml
@@ -12,13 +12,21 @@
|
||||
<name>Product Knowledge</name>
|
||||
<description>A multi-module Maven project for testing module organization and dependency management.</description>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<modules>
|
||||
<module>docs</module>
|
||||
<module>api-definition</module>
|
||||
<module>server-app</module>
|
||||
<module>client-lib</module>
|
||||
<module>client-app</module>
|
||||
<module>client-web</module>
|
||||
<module>docs</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
@@ -49,11 +57,11 @@
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.asciidoctor</groupId>
|
||||
<artifactId>asciidoctor-maven-plugin</artifactId>
|
||||
<version>2.2.4</version>
|
||||
</plugin>
|
||||
<!-- <plugin>-->
|
||||
<!-- <groupId>org.asciidoctor</groupId>-->
|
||||
<!-- <artifactId>asciidoctor-maven-plugin</artifactId>-->
|
||||
<!-- <version>2.2.4</version>-->
|
||||
<!-- </plugin>-->
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
Reference in New Issue
Block a user