Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2012-06-05 22:29:08 +0000
committerFred Bricon2012-06-05 22:29:08 +0000
commitc8aa1bf67bb79b88a49520c4d9602a89a4e0e4c3 (patch)
treef27f5e48fa3b7a83233e8b7299bbee807ddc397d
parentdd480bcd0413aae1ce5ffd8e2796b0f033930b0d (diff)
downloadm2e-discovery-catalog-c8aa1bf67bb79b88a49520c4d9602a89a4e0e4c3.tar.gz
m2e-discovery-catalog-c8aa1bf67bb79b88a49520c4d9602a89a4e0e4c3.tar.xz
m2e-discovery-catalog-c8aa1bf67bb79b88a49520c4d9602a89a4e0e4c3.zip
380147 : update m2e-apt version and description
Signed-off-by: Fred Bricon <fbricon@gmail.com>
-rw-r--r--org.eclipse.m2e.discovery.oss/connectors.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/org.eclipse.m2e.discovery.oss/connectors.xml b/org.eclipse.m2e.discovery.oss/connectors.xml
index e1d47ca..398c491 100644
--- a/org.eclipse.m2e.discovery.oss/connectors.xml
+++ b/org.eclipse.m2e.discovery.oss/connectors.xml
@@ -785,7 +785,8 @@ http://objectledge.org/confluence/display/TOOLS/ckpackager-maven-plugin
<catalogItem>
<categoryId>org.eclipse.m2e.discovery.category.lifecycles</categoryId>
<m2e-versions>1.0,1.1</m2e-versions>
- <description>Maven Integration for Eclipse JDT Annotation Processor Toolkit</description>
+ <description>Maven Integration for Eclipse JDT Annotation Processor Toolkit. m2e-apt must be enabled in Window > Preferences > Maven > Annotation Processing.
+ </description>
<groupId>lifecycles</groupId>
<id>org.eclipse.m2e.discovery.lifecyclemapping.m2e-apt</id>
<kind>lifecycles</kind>
@@ -795,13 +796,13 @@ http://objectledge.org/confluence/display/TOOLS/ckpackager-maven-plugin
<p2>
<repositoryUrl>http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/</repositoryUrl>
<iuId>org.jboss.tools.maven.apt.feature.feature.group</iuId>
- <iuVersion>1.0.0.201205021739</iuVersion>
+ <iuVersion>1.0.0.201206052025</iuVersion>
<lifecycleMappingIU>
<iuId>org.jboss.tools.maven.apt.core</iuId>
</lifecycleMappingIU>
</p2>
<overview>
- <summary>Adds support for automatic Annotation Processing configuration from maven-compiler-plugin and maven-processor-plugin</summary>
+ <summary>Adds support for automatic Annotation Processing configuration from maven-compiler-plugin and maven-processor-plugin. Annotation Processing is disabled by default in the workspace, it can be enabled in Window > Preferences > Maven > Annotation Processing</summary>
<url>https://github.com/jbosstools/m2e-apt</url>
</overview>
</catalogItem>

Back to the top