[ 
http://jira.codehaus.org/browse/MNG-719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joakim Erdfelt closed MNG-719.
------------------------------

      Assignee: Joakim Erdfelt
    Resolution: Won't Fix

This is not commit'd on the apache side.

It can be found here : 
http://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/maven-buildinfo-plugin/

> New Plugin - buildinfo (buildnumber and buildclass)
> ---------------------------------------------------
>
>                 Key: MNG-719
>                 URL: http://jira.codehaus.org/browse/MNG-719
>             Project: Maven 2
>          Issue Type: New Feature
>    Affects Versions: 2.0-beta-1
>         Environment: n/a
>            Reporter: Joakim Erdfelt
>            Assignee: Joakim Erdfelt
>            Priority: Minor
>         Attachments: maven-buildinfo-plugin.tar.gz
>
>
> After discussion in #maven, it seemed that this plugin could be of use by the 
> general population.
> It manages the buildnumber for a specific project, and even can produce an 
> (optional) buildclass.
> example setup.
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-buildinfo-plugin</artifactId>
>         <version>1.0-alpha-1-SNAPSHOT</version>
>         <configuration>
>           <infofile>.buildinfo</infofile>
>           <classname>org.codehaus.modello.plugins.dom4j.BuildInfo</classname>
>         </configuration>
>         <executions>
>           <execution>
>             <goals>
>               <goal>buildnumber</goal>
>               <goal>buildclass</goal>
>             </goals>
>           </execution>
>         </executions>
>       </plugin>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to