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

mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 2035451f Remove IDE page (#833)
2035451f is described below

commit 2035451fdba9c9a5748711fc21c0027d2d634796
Author: Matthias Bünger <buk...@users.noreply.github.com>
AuthorDate: Wed Jul 2 17:22:46 2025 +0200

    Remove IDE page (#833)
    
    Maven is supported by nearly every IDE nowadays natively.
---
 content/markdown/ide.md | 53 -------------------------------------------------
 content/site.xml        |  1 -
 2 files changed, 54 deletions(-)

diff --git a/content/markdown/ide.md b/content/markdown/ide.md
deleted file mode 100644
index f254ca39..00000000
--- a/content/markdown/ide.md
+++ /dev/null
@@ -1,53 +0,0 @@
-# Apache Maven IDE Integration
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-All popular development environments for the Java platform support Apache 
Maven.
-
-## Apache NetBeans IDE
-
-Apache NetBeans has included full Maven support since version 6.7.
-You can open any Maven project in the IDE and start coding immediately.
-
-For more information see the [NetBeans.org wiki 
page](http://wiki.netbeans.org/Maven).
-
-## Eclipse IDE - M2Eclipse
-
-[M2Eclipse](https://www.eclipse.org/m2e/) is
-the official Eclipse project for Maven integration for the Eclipse IDE.
-
-Features include:
-
-- Launching Maven builds from within Eclipse
-- Dependency management for Eclipse build path based on Maven's pom.xml
-- Resolving Maven dependencies from the Eclipse workspace without installing 
to local Maven repository
-- Automatic downloading of the required dependencies and sources from the 
remote Maven repositories
-- Wizards for creating new Maven projects, pom.xml and to enable Maven support 
on existing projects
-- Quick search for dependencies in remote Maven repositories
-- Quick fixes in the Java editor for looking up required dependencies/jars by 
the class or package name
-- Integration with other Eclipse tools, such as WTP, AJDT, Mylyn, Subclipse 
and others.
-
-M2E dynamically integrates with your Maven projects with Eclipse while you 
make changes in the IDE. As
-you change dependencies, or configurations of Maven plugins in your POMs M2E, 
will synchronize the
-Eclipse workspace with those changes.
-
-## JetBrains IntelliJ IDEA
-
-IntelliJ IDEA has a [feature-rich integration for 
Maven](https://www.jetbrains.com/idea/help/maven.html).
diff --git a/content/site.xml b/content/site.xml
index 45335809..d5d0c0dc 100644
--- a/content/site.xml
+++ b/content/site.xml
@@ -46,7 +46,6 @@ under the License.
       <item name="Installation" href="/install.html" />
       <item name="Downloads" href="/download.html"/>
       <item name="Use" href="/users/index.html" collapse="true">
-        <item name="IDE Integration" href="/ide.html"/>
         <item name="Support and Training" href="/support-and-training.html"/>
       </item>
       <item name="Run" href="/run.html"/>

Reply via email to