This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva.git
commit a946145974ca8733e3834016d6ee1737d67481d9 Author: Martin Stockhammer <[email protected]> AuthorDate: Tue Feb 12 19:22:12 2019 +0100 Removing modello plugin definition --- pom.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pom.xml b/pom.xml index 3ca7dfb..6c44dcb 100644 --- a/pom.xml +++ b/pom.xml @@ -1810,21 +1810,6 @@ </dependencies> </plugin> <plugin> - <groupId>org.codehaus.modello</groupId> - <artifactId>modello-maven-plugin</artifactId> - <version>1.7</version> - <configuration> - <useJava5>true</useJava5> - </configuration> - <dependencies> - <dependency> - <groupId>org.apache.archiva.redback.components.modello</groupId> - <artifactId>modello-plugin-redback-registry</artifactId> - <version>1.0</version> - </dependency> - </dependencies> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration>
