Skip to content

Commit

Permalink
deegree#858 - added assembly plugin in parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoltz committed Sep 6, 2019
1 parent c941f72 commit 363fb91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deegree-services/deegree-webservices-handbook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<version>3.4.9-SNAPSHOT</version>
</parent>


<properties>
<revdate>${maven.build.timestamp}</revdate>
<revnumber>${project.version}</revnumber>
Expand All @@ -36,7 +35,6 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>1.6.0</version>
<dependencies>
<dependency>
<groupId>org.asciidoctor</groupId>
Expand Down Expand Up @@ -84,7 +82,6 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.1</version>
<executions>
<execution>
<id>deegree-core-assembly</id>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,11 @@
<artifactId>maven-scm-plugin</artifactId>
<version>1.5</version>
</plugin>
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>1.6.0</version>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit 363fb91

Please sign in to comment.