You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2020/07/19 21:19:31 UTC

[wicket] branch master updated: WICKET-6803 wicket-objectsizeof-agent has no valid automatic module name

This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 6cd5835  WICKET-6803  wicket-objectsizeof-agent has no valid automatic module name
6cd5835 is described below

commit 6cd583509eab9a6f84dd1214d939dd4df434a19a
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Sun Jul 19 23:18:52 2020 +0200

    WICKET-6803  wicket-objectsizeof-agent has no valid automatic module name
---
 wicket-objectsizeof-agent/pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/wicket-objectsizeof-agent/pom.xml b/wicket-objectsizeof-agent/pom.xml
index 74df9b8..57fded6 100644
--- a/wicket-objectsizeof-agent/pom.xml
+++ b/wicket-objectsizeof-agent/pom.xml
@@ -45,18 +45,5 @@
 				<artifactId>maven-jar-plugin</artifactId>
 			</plugin>
 		</plugins>
-		<pluginManagement>
-			<plugins>
-    			<plugin>
-    				<groupId>org.apache.maven.plugins</groupId>
-    				<artifactId>maven-jar-plugin</artifactId>
-    				<configuration>
-    					<archive>
-    						<manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
-    					</archive>
-    				</configuration>
-    			</plugin>
-			</plugins>
-		</pluginManagement>
 	</build>
 </project>