• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unable to create jboss sar from maven2

 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am using maven2. And in my pom.xml file I am using org.codehaus.mojo to build jboss sar for me. But now I am getting build error as it mentioned that it is unable to find it.


Could you please advise me the possible way to create sar file with maven2. Also please let me know if org.codehaus.mojo works for me or not. As whenever I am googling for jboss sar plugin I am getting first option as org.codehaus.mojo.


Thanks in Advance
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which org.codehaus.mojo plugin are you using? All CodeHaus plugins have a groupId of org.codehaus.mojo

Please post:
* pom.xml file (actually all we really need is the plugin section)
* The full output from when you ran mvn. We need to see the actual error message.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic