Skip to content

joekhoobyar/maven-trac-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maven-trac-plugin

Maven Plugin for Trac.

Forked from the Google Code project at code.google.com/p/maven-trac-plugin/ owned by wadahiro. The goals of this fork are:

Main project goals:

  • Add additional mojos for interacting with Trac, such as version administration.

  • Provide additional lifecycle hooks for the project release cycle.

Possible additional goals (just brainstorming here):

  • Factor away the TracXmlRpcClient class in favor of an simpler approach:

    • Option 1) use a dynamic proxy so we can call methods on objects instead (like Trac’s example XML-RPC java client)

    • Option 2) use code-generation and/or AspectJ

    • Option 3) a combination of the above?

About

Maven Plugin for Trac (forked from Google Code)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages