Hello team,

I am developing a plugin where I have generated the source using maven
command

mvn hpi:create 

I have imported the project to eclipse using import option. When I observe
the pom.xml it is showing error for 

<parent>
    <groupId>org.jenkins-ci.plugins</groupId>
    <artifactId>plugin</artifactId>
    <version>2.28</version>
    <relativePath/>
</parent>

Plugin execution not covered by lifecycle configuration:
org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:javadoc (execution:
default, phase: process-sources)


If I am changing the version to 

<parent>
    <groupId>org.jenkins-ci.plugins</groupId>
    <artifactId>plugin</artifactId>
    <version>1.609</version>
    <relativePath/>
  </parent>

I am observing no error in the file. Can someone help me out on this?



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Getting-issues-with-parent-tag-in-pom-xml-tp4901315.html
Sent from the Jenkins dev mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/1502896715783-4901315.post%40n4.nabble.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to