Maven Repositories
- Sonatype Nexus Open Source Version
http://repo.expertvill.net/ - Main Repositories
http://mvnrepository.com/ - JBoss Maven Repository
1. JBoss Maven Snapshot Repositories
2. JBoss Maven Release Repositories
JBoss Maven repsoitories include hibernate releases and snapshots. - SUN Jars Repository
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html - DocBook Repository
http://docbook.sourceforge.net/maven/repository/
About configuringpom.xml
, refer http://wiki.docbook.org/topic/Maven.
Maven Plug-ins
- Resource Plugin : http://maven.apache.org/plugins/maven-resources-plugin/
- Eclipse Plugin : http://maven.apache.org/plugins/maven-eclipse-plugin/
- Doxia Plugin : http://maven.apache.org/doxia/doxia/doxia-maven-plugin/
- JBoss Plugin : http://mojo.codehaus.org/jboss-maven-plugin/
- Jetty Plugin : http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin
- IzPack Plugin : http://izpack.codehaus.org/izpack-maven-plugin/
- Properties Plugin : http://mojo.codehaus.org/properties-maven-plugin/
Provides goals to read and write properties from and to files. - Build Number Plugin : http://mojo.codehaus.org/buildnumber-maven-plugin/
Designed to get a unique build number for each time you build your project. - Versions Plugin : http://mojo.codehaus.org/versions-maven-plugin/
Manages the versions of artifacts in a project's POM. - Timestamp Plugin : http://code.google.com/p/maven-timestamp-plugin/
Provides formatted timestamps for maven builds. - Spring BeanDoc Plugin : http://mojo.codehaus.org/maven-springbeandoc-plugin/
Generates pretty reports for Spring configuration files. - Graphviz Plugin : http://graphviz-maven-plugin.bryon.us/
Uses the Graphviz library to render .dot files into images. - Replacer Plugin : http://code.google.com/p/maven-replacer-plugin/
Replace tokens within a file with a given value and fully supports regular expressions. - FreeMarker Pre Processor(FMPP) Plugin : http://code.google.com/p/freemarkerpp-maven-plugin/
Allows to process FreeMarker templates, inject data into those templates in order to produce code, artifacts, reports or anything desired. - Expression Plugin : https://github.com/jdcasey/expression-maven-plugin
Allow users to resolve expressions interactively.
Code analysis tools plug-in
- FindBugs Plugin : http://mojo.codehaus.org/findbugs-maven-plugin/
- Checkstyle Plugin : http://maven.apache.org/plugins/maven-checkstyle-plugin/
Generates a report regarding the code style used by the developers. - Dependency Graph Plugin : http://el4j.sourceforge.net/plugins/maven-depgraph-plugin/
Draws a dependency graph of the project the mojo is executed in. - Sonar Plugin : http://mojo.codehaus.org/sonar-maven-plugin/
Enables to analyze and report metrics on source code.
Collaboration tools plug-in
- Confluence Plugin : http://code.google.com/p/maven-confluence-plugin/
Documents a project (using maven site style) and send result to a live confluence site. - Redmine Plugin : http://www.nuiton.org/embedded/jredmine/maven-jredmine-plugin/
Source configuration management tools plug-in
- SVN Revision Number Plugin : http://code.google.com/p/maven-svn-revision-number-plugin/
Retrieves the revision number and the status of the Subversion working copy directory and sets project properties that can be used later in the build process.- To work with working copy of SVN 1.7 or higher, you should setup dependencies for this plugin to use
svnkit 1.7.0-SNAPSHOT
. For this refer : http://code.google.com/p/maven-svn-revision-number-plugin/issues/detail?id=10
- To work with working copy of SVN 1.7 or higher, you should setup dependencies for this plugin to use
Non-java build plug-in
- Native Maven Plugin : http://mojo.codehaus.org/maven-native/native-maven-plugin/index.html
Use this plugin to compile c and c++ source under Maven 2 with compilers such as gcc, msvc, gcj etc ... - Maven NAR Plugin : http://duns.github.com/maven-nar-plugin/
allows you to compile native code (c++, c and fortran) on a number of different architectures (Linux, Windows, MacOSX, Solaris, ...) and with a number of different compilers/linkers (g++, Microsoft Visual C++, CC, ...).
Maven Skins
- Fluido skin : http://code.google.com/p/fluido-skin/
rounded corners and code syntax highlight
0 comments:
Post a Comment