You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/03/09 07:03:58 UTC

[isis] 01/02: Removing m2e profile from core pom

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

ahuber pushed a commit to branch post-m5-release
in repository https://gitbox.apache.org/repos/asf/isis.git

commit ccb74ba0ee1cc77d830bbc1d2d307f417f34a5c4
Author: mwhesse <mw...@gmail.com>
AuthorDate: Mon Mar 8 21:01:09 2021 +0700

    Removing m2e profile from core pom
---
 core/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 90ce9b5..c00fd2c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1593,6 +1593,7 @@
 			</build>
 		</profile>
 
+		<!-- 
 		<profile>
 			<id>m2e</id>
 			<activation>
@@ -1604,7 +1605,7 @@
 				<directory>target-ide</directory>
 			</build>
 		</profile>
-
+ 		-->
 
 		<profile>
 			<id>owasp</id>