-
Notifications
You must be signed in to change notification settings - Fork 44
Conversation
Signed-off-by: Andrej Podhradsky <apodhrad@redhat.com>
Signed-off-by: Andrej Podhradsky <apodhrad@redhat.com>
Now, you can also specify BUILD_TIMESTAMP (by default 'yyyyMMdd-HHmm').So, the version format looks like
|
</dependencies> | ||
<configuration> | ||
<strictBinIncludes>false</strictBinIncludes> | ||
<format>'${BUILD_ALIAS}-v'${BUILD_TIMESTAMP}</format> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not ${BUILD_ALIAS}.v'${BUILD_TIMESTAMP}. Ie eclipse.core is using dot instead of dash
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used the jbosstools format since eclipse doesn't use the BUILD_ALIAS. Of course, we can discuss which format is best for our purpose.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moreover, I like the dash ;-)
Unfortunately, it is not possible to update from
to
|
Signed-off-by: Andrej Podhradsky <apodhrad@redhat.com>
Changed the default build alias to 'CI' so that a user can update to the final bits. |
Moreover, I think it is ok to have a timestamp for any BUILD_ALIAS. |
Allow to specify BUILD_ALIAS such as