The Artima Developer Community
Sponsored Link

Java Buzz Forum
How to create a plugin in Maven

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jon Tirsen

Posts: 33
Nickname: tirsen
Registered: Apr, 2003

Jon Tirsen is a developer at Lecando AB working a lot with open source and agile methodologies
How to create a plugin in Maven Posted: Jun 27, 2003 1:34 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Jon Tirsen.
Original Post: How to create a plugin in Maven
Feed Title: jutopia
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: Ramblings on Java, AOP, TDD, agile and so on. some like it jutopic!
Latest Java Buzz Posts
Latest Java Buzz Posts by Jon Tirsen
Latest Posts From jutopia

Advertisement
It's really simpler than one might think. Just read this. We're starting to put more and more of our generic build-procedures in plugins and it works just the way you want it.

Uh, the document seems to forget how to install a plugin if you have it as a separate project. Just do maven plugin:install.

For example, we've got a generic build-project that first installs the plugins we've done (for things like generating InstallAnywhere-stuff, building .war-files and so on). This project can also kick of a reactor that builds all our projects in the correct order (dependency-wise). Put that in your crontab and you basically don't even need CruiseControl any longer. It generates web-sites for all projects and you could easily write an email-plugin that mails the results. Only problem is that I can't get it to build the web-site after compile-errors.

Read: How to create a plugin in Maven

Topic: Handy Link To "101 Reasons Why Java is Better..." Previous Topic   Next Topic Topic: Developing .NET Compact Framework Applications

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use