buildnumber-maven-plugin Questions

5

Solved

We use Maven for our builds and Mercurial for our changesets. While our software has a major version handled already we would really like to be able to know what Mercurial changeset was used to bui...
Chessboard asked 25/10, 2011 at 22:4

4

Solved

I have question about maven. How can I disable buildnumber-maven-plugin through command line option. I want to run "mvn test" command on our continuous integration server, but this cmd failed becau...
Lebron asked 24/3, 2012 at 11:47

6

Getting the following exception while using maven build number plugin. Is it possible to disable SCM check while using the build number plugin? Can we use this plugin to generate build number on no...
Koala asked 2/2, 2012 at 16:15

2

Solved

I'm trying to add the svn.revision to project version as a build number and can't seem to do so. My jar has the correct name durin packaging, but its installed in the my local repository it is as i...
Tile asked 4/8, 2009 at 21:27

3

Parent: <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> <version>1.0</version> <e...
Chas asked 1/2, 2012 at 13:3

2

Solved

In pom of A.B.C i have defined a property as abc where A B C are modules. Now i want to access that property in pom of A.D.F module. <properties> <A.B.C>${buildNumber}</A.B.C>...
Pollination asked 26/8, 2014 at 6:42

1

Solved

I use buildnumber-maven-plugin and I need take build number of project from svn. My pom.xml: <scm> <connection> scm:svn:https://username:password@path_to_repositiry </connection&...
Corelli asked 27/3, 2014 at 15:31

7

Solved

The Maven Buildnumber plugin doesn't appear to work with GIT yet. Is there a workaround for the time being? I recently switched from SVN to GIT and have found it to be an easy transition, but this ...
Selah asked 21/4, 2010 at 17:17

4

Solved

I've a Java project using Spring Framework and Git and I wanted to display a build number. I found the Build Number Maven plugin. With Git the build number is a Git hash. I dislike that and I thoug...
Differentia asked 4/8, 2011 at 20:0

4

Solved

While using the maven-buildnumber-plugin 1.0 beta 4, it seems that I can get the svn revision unless I use a <format> tag within the configuration. Once I use <format> and <item>b...
Dowsabel asked 30/11, 2010 at 22:16

3

Solved

I want my JAR/WAR application to know what is the SVN revision number of its source code. I want this revision number to be later rendered for web end-users at the bottom of a web page, etc. Is t...
Marble asked 12/10, 2010 at 12:8
1

© 2022 - 2024 — McMap. All rights reserved.