Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Talk:M2E compatible maven plugins"

(New page: Where can I find the BuildContext class? What dependency to I need to add? What's the FQN of this type? ~~~~)
 
Line 1: Line 1:
 
Where can I find the BuildContext class? What dependency to I need to add? What's the FQN of this type? [[User:Joelittlejohn.gmail.com|Joelittlejohn.gmail.com]] 20:45, 1 December 2011 (UTC)
 
Where can I find the BuildContext class? What dependency to I need to add? What's the FQN of this type? [[User:Joelittlejohn.gmail.com|Joelittlejohn.gmail.com]] 20:45, 1 December 2011 (UTC)
 +
:Ah, I see now:
 +
:<code><dependency></code>
 +
::<code>    <groupId>org.sonatype.plexus</groupId></code>
 +
::<code>    <artifactId>plexus-build-api</artifactId></code>
 +
::<code>    <version>0.0.7</version></code>
 +
:<code></dependency></code>
 +
:[[User:Joelittlejohn.gmail.com|Joelittlejohn.gmail.com]] 20:55, 1 December 2011 (UTC)

Revision as of 16:55, 1 December 2011

Where can I find the BuildContext class? What dependency to I need to add? What's the FQN of this type? Joelittlejohn.gmail.com 20:45, 1 December 2011 (UTC)

Ah, I see now:
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-build-api</artifactId>
<version>0.0.7</version>
</dependency>
Joelittlejohn.gmail.com 20:55, 1 December 2011 (UTC)

Back to the top