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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 282a4997ec Remove eclipse profile as the assembly module doesn't exist 
anymore (#1996)
282a4997ec is described below

commit 282a4997ec7a92e0acec5d335377cb99082a738d
Author: JB Onofré <[email protected]>
AuthorDate: Wed Sep 17 18:11:51 2025 +0200

    Remove eclipse profile as the assembly module doesn't exist anymore (#1996)
---
 pom.xml | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/pom.xml b/pom.xml
index 62f8a781a7..b8493ecfdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -863,37 +863,6 @@
                 </plugins>
             </build>
         </profile>
-        <profile>
-            <id>setup.eclipse</id>
-            <modules>
-                <module>assembly</module>
-            </modules>
-            <properties>
-                
<eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir>
-            </properties>
-            <build>
-                <defaultGoal>eclipse:eclipse</defaultGoal>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-eclipse-plugin</artifactId>
-                        <inherited>false</inherited>
-                        <executions>
-                            <execution>
-                                <id>setup.eclipse.workspace</id>
-                                <phase>process-test-sources</phase>
-                                <goals>
-                                    <goal>add-maven-repo</goal>
-                                </goals>
-                                <configuration>
-                                    
<workspace>${eclipse.workspace.dir}</workspace>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
         <profile>
             <id>deploy</id>
             <properties>

Reply via email to