2013-12-29 01:45:38 +09:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-01-10 15:43:44 +01:00
|
|
|
<project>
|
|
|
|
<publishers>
|
|
|
|
<hudson.maven.RedeployPublisher>
|
2015-03-20 01:03:00 +00:00
|
|
|
<id>example</id>
|
|
|
|
<url>http://repo.example.com/maven2/</url>
|
2014-01-10 15:43:44 +01:00
|
|
|
<uniqueVersion>true</uniqueVersion>
|
|
|
|
<evenIfUnstable>false</evenIfUnstable>
|
2015-03-11 17:57:21 -04:00
|
|
|
<releaseEnvVar>TIMER</releaseEnvVar>
|
2014-01-10 15:43:44 +01:00
|
|
|
</hudson.maven.RedeployPublisher>
|
|
|
|
</publishers>
|
|
|
|
</project>
|