Maven 2.x Eclipse Plugin

set AJDT version parameter to none by default

Details

  • Type: Task Task
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 2.6, 2.7
  • Fix Version/s: 2.8
  • Component/s: AJDT support
  • Labels:
    None
  • Number of attachments :
    0

Description

It will be easier for our user if by default AJDT support is off.

Issue Links

Activity

Hide
Bryan Mason added a comment -

Wow this bug is a strange one... I can't imagine why it would be a good idea to exclude all dependencies with aspectj in the name. Caused me four hours of grief... Please fix!

To anyone who wants to know how I worked around this issue, add the following to your pom, aspectj dependencies will be included after making this change.

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<ajdtVersion>none</ajdtVersion>
</configuration>
</groupId>
</plugin>

Show
Bryan Mason added a comment - Wow this bug is a strange one... I can't imagine why it would be a good idea to exclude all dependencies with aspectj in the name. Caused me four hours of grief... Please fix! To anyone who wants to know how I worked around this issue, add the following to your pom, aspectj dependencies will be included after making this change. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <configuration> <ajdtVersion>none</ajdtVersion> </configuration> </groupId> </plugin>
Hide
nicolas de loof added a comment -

disabling AJDT support by default

Show
nicolas de loof added a comment - disabling AJDT support by default

People

Vote (3)
Watch (4)

Dates

  • Created:
    Updated:
    Resolved: