Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

maven building template for java(build,unittest, mail-notification,javaDoc generation, site. release/debug mode)

Notifications You must be signed in to change notification settings

shsun/MavenBuildingTemplate4Java

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


=================================== install the 3rd party jars
1. mvn install:install-file -DgroupId=uk.org.simonsite -DartifactId=log4j-rolling-appender -Dpackaging=jar -Dversion=20120703-0826 -Dfile=lib/log4j-rolling-appender-20120425-2221.jar -DgeneratePom=true;
2. mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc -Dpackaging=jar -Dversion=6.0 -Dfile=lib/ojdbc-6.0.jar -DgeneratePom=true;


=================================== generate doc with mvn
1. mvn site;
	this command will generate both site documentation and pdfs into the default output site directory(target/site)
2.

=================================== hook git commit message
1. install python
2. cp tools/git-hook-template/* .git/hooks/  


=================================== How to build :
1. compile package and launch tomcat	:	mvn clean compile package tomcat:run -DDEBUG=TRUE;
2. generate javadoc with UML		:	mvn clean compile javadoc:javadoc;

About

maven building template for java(build,unittest, mail-notification,javaDoc generation, site. release/debug mode)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.