Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] FW: No marketplace entries found to handle build-helper-maven-plugin:1.7:add-source in Eclipse

Strange. m2e was expected to offer installation of buildhelper project
configuration as part of project import wizard. Not sure why this did
not happen for you.

As a workaround, you should be able to install buildhelper project
configurator from m2e discovery catalog manually,
Window->Preferences->Maven->Discovery.

--
Regards,
Igor

On 12-04-24 2:36 PM, Uma X Maheshwari wrote:
Hello,

I am using Eclipse Indigo and installed M2E from Eclipse marketplace.
When I try to import project which has build helper plugin as shown below

<plugin>

<groupId>org.codehaus.mojo</groupId>

<artifactId>build-helper-maven-plugin</artifactId>

<executions>

<execution>

<phase>generate-sources</phase>

<goals><goal>add-source</goal></goals>

<configuration>

<sources>

<source>../common/java</source>

</sources>

</configuration>

</execution>

</executions>

</plugin>

I am getting this error No marketplace entries found to handle
build-helper-maven-plugin:1.7:add-source in Eclipse . Because of this
error, I am not seeing the java sources imported in the project.

I do have this jar in my local maven repository.

Please let me know if I am missing something.

/Thanks,/

/Uma/

American Express made the following annotations on Tue Apr 24 2012 11:38:04
******************************************************************************

"This message and any attachments are solely for the intended recipient
and may contain confidential or privileged information. If you are not
the intended recipient, any disclosure, copying, use, or distribution of
the information included in this message and any attachments is
prohibited. If you have received this communication in error, please
notify us by reply e-mail and immediately and permanently delete this
message and any attachments. Thank you."
American Express a ajouté le commentaire suivant le Tue Apr 24 2012
11:38:04
Ce courrier et toute pièce jointe qu'il contient sont réservés au seul
destinataire indiqué et peuvent renfermer des renseignements
confidentiels et privilégiés. Si vous n'êtes pas le destinataire prévu,
toute divulgation, duplication, utilisation ou distribution du courrier
ou de toute pièce jointe est interdite. Si vous avez reçu cette
communication par erreur, veuillez nous en aviser par courrier et
détruire immédiatement le courrier et les pièces jointes. Merci.
******************************************************************************


-------------------------------------------------------------------------------



_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top