This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-7 in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit 9665f0f6ee471e069f85802387e870e10c137821 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Wed Jun 10 10:44:15 2020 -0400 [MNGSITE-393] clean up old info --- content/markdown/ide.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/content/markdown/ide.md b/content/markdown/ide.md index 3a9723a..81a35b4 100644 --- a/content/markdown/ide.md +++ b/content/markdown/ide.md @@ -17,20 +17,18 @@ 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 and beyond support -Apache Maven with numerous features out of the box. The following list iterates -popular IDEs in alphabetical order: +All popular development environments for the Java platform support Apache Maven. ## Apache NetBeans IDE -Apache NetBeans includes full Maven support since 6.7, including Maven 3 support in 7.0+. +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 ](http://www.eclipse.org/m2e/) is + [M2Eclipse](https://www.eclipse.org/m2e/) is the official Eclipse project for Maven integration for the Eclipse IDE. Features include:
