Menu

#2 Mavenize project

open
nobody
None
5
2006-02-09
2006-02-09
No

Hi All,

what about to mavenize this great project and add it to
the central maven repository?

To make it short, i reorganized the source tree to the
Maven2 suggested directory structure.

/source -> /src/main/java

I also editedd the .project file for eclipse, so
eclipse could find the source and know where to put the
class files.
Please have a look on the pom.xml file, that all data i
entered is correct.

If you have Maven2 installed on your system you can
just type 'mvn clean compile' to compile the project.

'mvn javadoc:javadoc' generates JavaDocs
'mvn site' generates a complete site, you can configure
it through /src/site/site.xml.

Maven infos at http://maven.apache.org/

Hope that helps;)

Roland

PS i add a zip file, with the necessary changes.
PPS The Sources are based on the 1.0rc4, so if you
commited changes to cvs just copy the new files to
/src/main/java

Discussion

  • Roland Behrmann

    Roland Behrmann - 2006-02-09

    Project with new directory structure

     
  • Roland Behrmann

    Roland Behrmann - 2009-03-30

    Obsolete as of JRE6 with java.awt.Desktop.lauchBrowser()

     

Log in to post a comment.