maven pom.xml configuring issue

2,178 views
Skip to first unread message

dt.rupali

unread,
Apr 23, 2018, 8:58:07 AM4/23/18
to DevOps Support
Hi ,

 I am trying to implement maven with jenkins and gettting below error while running jenkins build.
I am just started learning maven and not able to identify the reason.


ERROR: Failed to parse POMs
org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-parseable POM /var/lib/jenkins/workspace/TEST_MV/pom.xml: Unrecognised tag: 'plugins' (position: START_TAG seen ...</dependencies>  \r\n  <plugins>... @23:12)  @ line 23, column 12

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.web.prj</groupId>
  <artifactId>mvn-wb-proj</artifactId>
  <packaging>war</packaging>
  <version>0.0.1-SNAPSHOT</version>
  <name>mvn-wb-proj Maven Webapp</name>
  <url>http://maven.apache.org</url>
  <dependencies>
  <dependency>
    <groupId>javax.servlet</groupId>
    <artifactId>servlet-api</artifactId>
    <version>2.5</version>
</dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>  
  <plugins>
  <plugin>
    <groupId>org.apache.tomcat.maven</groupId>
    <artifactId>tomcat8-maven-plugin</artifactId>
    <version>2.2</version>
    <configuration>
     <path>/${project.build.finalName}</path>
     <update>true</update>
     <url>http://localhost:8080/manager/mvn-wb-proj</url>
     <username>tomcat</username>
     <password>tomcat</password>
    </configuration>
   </plugin>
   </plugins>
   
     <finalName>mvn-wb-proj</finalName>
  </build>
</project>


Rajesh Kumar

unread,
Apr 23, 2018, 9:04:54 AM4/23/18
to dt.rupali, DevOps Support
<build> is missing before <plugins>
-----------------------------------------------------------
Warm Regards,
Rajesh Kumar
Principal DevOps Architect and Manager
Email - raj...@scmgalaxy.com | Dev...@RajeshKumar.xyz
Mobile - +91 8105843520
Web - www.RajeshKumar.xyz
Linkedin - https://www.linkedin.com/in/rajeshkumarin/
Facebook - https://www.facebook.com/RajeshKumarLog/


--
You received this message because you are subscribed to the Google Groups "DevOps Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devopssupport+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/devopssupport/ce035b73-ca93-47dc-a2f3-b49898bf79c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

rupali dixit

unread,
Apr 23, 2018, 1:09:36 PM4/23/18
to DevOps Support
Rajesh, 

Can you send me any video or tutorial that can explain it in better way.

--
You received this message because you are subscribed to the Google Groups "DevOps Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devopssuppor...@googlegroups.com.

Anindita Shadangi

unread,
Apr 23, 2018, 9:02:01 PM4/23/18
to rupali dixit, DevOps Support
Hi Rajesh, 

Please take me out from the group now. I further let you know when I need.

Thanks, 
Anindita Shadangi 

Rajesh Kumar

unread,
Apr 24, 2018, 4:36:32 AM4/24/18
to Anindita Shadangi, rupali dixit, DevOps Support
Hello Guys,
Any one who do not want to be part of the groups, please self unsubscribe it. Thats feature is there.



-----------------------------------------------------------
Warm Regards,
Rajesh Kumar
Principal DevOps Architect and Manager
Email - raj...@scmgalaxy.com | Dev...@RajeshKumar.xyz
Mobile - +91 8105843520
Web - www.RajeshKumar.xyz
Linkedin - https://www.linkedin.com/in/rajeshkumarin/
Facebook - https://www.facebook.com/RajeshKumarLog/


To unsubscribe from this group and stop receiving emails from it, send an email to devopssupport+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "DevOps Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devopssupport+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "DevOps Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devopssupport+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/devopssupport/CADPmATk%2BwwLiRP4spnk_NAr0TsVLBCf%2BBzbPwRgU%3DAdb%2BWZq%2BQ%40mail.gmail.com.

Sujad Syed

unread,
May 5, 2018, 7:00:00 AM5/5/18
to Rajesh Kumar, Anindita Shadangi, rupali dixit, DevOps Support
Hi Rajesh,

Could you please let me know a good site or fee details explicitly for puppet code

To unsubscribe from this group and stop receiving emails from it, send an email to devopssuppor...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "DevOps Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devopssuppor...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "DevOps Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devopssuppor...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "DevOps Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devopssuppor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/devopssupport/CAH7LOqMGWaZ1fR74zGTzj77xja826zPj5w6f_TnQ2m9LknbkOQ%40mail.gmail.com.

Rajesh Kumar

unread,
May 15, 2018, 7:39:39 AM5/15/18
to Sujad Syed, Anindita Shadangi, rupali dixit, DevOps Support
Free puppet code can found in 

You dont have to pay if you learn yourself how to use it.


-----------------------------------------------------------
Warm Regards,
Rajesh Kumar
Principal DevOps Architect and Manager
Email - raj...@scmgalaxy.com | Dev...@RajeshKumar.xyz
Mobile - +91 8105843520
Web - www.RajeshKumar.xyz
Linkedin - https://www.linkedin.com/in/rajeshkumarin/
Facebook - https://www.facebook.com/RajeshKumarLog/


To unsubscribe from this group and stop receiving emails from it, send an email to devopssupport+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "DevOps Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devopssupport+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "DevOps Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devopssupport+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "DevOps Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devopssupport+unsubscribe@googlegroups.com.

siddharth terse

unread,
May 15, 2018, 9:11:39 AM5/15/18
to Rajesh Kumar, Sujad Syed, Anindita Shadangi, rupali dixit, DevOps Support
Hi Rajesh,

    Is there are any playbook generator package's or online tools available for ansible?

On Tue 15 May, 2018, 6:05 PM Rajesh Kumar, <raj...@scmgalaxy.com> wrote:
Boxbe This message is eligible for Automatic Cleanup! (raj...@scmgalaxy.com) Add cleanup rule | More info
Free puppet code can found in 

You dont have to pay if you learn yourself how to use it.


-----------------------------------------------------------
Warm Regards,
Rajesh Kumar
Principal DevOps Architect and Manager
Email - raj...@scmgalaxy.com | Dev...@RajeshKumar.xyz
Mobile - +91 8105843520
Web - www.RajeshKumar.xyz
Linkedin - https://www.linkedin.com/in/rajeshkumarin/
Facebook - https://www.facebook.com/RajeshKumarLog/
On Mon, Apr 30, 2018 at 9:40 PM, Sujad Syed <sujad...@gmail.com> wrote:

Rajesh Kumar

unread,
May 15, 2018, 9:23:04 AM5/15/18
to siddharth terse, Sujad Syed, Anindita Shadangi, rupali dixit, DevOps Support
Please do not merge the questions. always have to new thread for your questions......

You can generate the ansible role skeleton using following commands....
ansible-galaxy init --role-skeleton=/path/to/skeleton role_name



-----------------------------------------------------------
Warm Regards,
Rajesh Kumar
Principal DevOps Architect and Manager
Email - raj...@scmgalaxy.com | Dev...@RajeshKumar.xyz
Mobile - +91 8105843520
Web - www.RajeshKumar.xyz
Linkedin - https://www.linkedin.com/in/rajeshkumarin/
Facebook - https://www.facebook.com/RajeshKumarLog/


To unsubscribe from this group and stop receiving emails from it, send an email to devopssupport+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "DevOps Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devopssupport+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "DevOps Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devopssupport+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "DevOps Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devopssupport+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "DevOps Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devopssupport+unsubscribe@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages