Skip to main content

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

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.
******************************************************************************


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


Back to the top