Code changed in hudson
User: : vlatombe
Path:
trunk/hudson/plugins/maven-deployment-linker/pom.xml
trunk/hudson/plugins/maven-deployment-linker/src/main/java/hudson/plugins/mavendeploymentlinker/MavenDeploymentLinkerRecorder.java
trunk/hudson/plugins/maven-deployment-linker/src/main/java/hudson/plugins/mavendeploymentlinker/MavenDeploymentProjectLinkerAction.java
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/MavenDeploymentLinkerAction/summary.jelly
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/MavenDeploymentLinkerAction/summary.properties
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/MavenDeploymentLinkerAction/summary_fr.properties
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/MavenDeploymentLinkerRecorder/config.jelly
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/MavenDeploymentLinkerRecorder/config.properties
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/MavenDeploymentLinkerRecorder/config_fr.properties
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/MavenDeploymentProjectLinkerAction/jobMain.jelly
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/MavenDeploymentProjectLinkerAction/jobMain.properties
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/MavenDeploymentProjectLinkerAction/jobMain_fr.properties
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/Messages.properties
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/Messages_fr.properties
http://jenkins-ci.org/commit/35990
Log:
JENKINS-7814 Several improvements for maven-deployment-linker plugin
- i18n (extract to properties, addition of fr locale)
- The user can input a regular expression to filter artifacts that are displayed
- Excludes by default maven-metadata.xml (under maven3, the deployment of this file is logged, which wasn't the case under maven2)
- Displays on the project page the latest Maven deployments
Code changed in hudson
User: : vlatombe
Path:
trunk/hudson/plugins/maven-deployment-linker/pom.xml
trunk/hudson/plugins/maven-deployment-linker/src/main/java/hudson/plugins/mavendeploymentlinker/MavenDeploymentLinkerRecorder.java
trunk/hudson/plugins/maven-deployment-linker/src/main/java/hudson/plugins/mavendeploymentlinker/MavenDeploymentProjectLinkerAction.java
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/MavenDeploymentLinkerAction/summary.jelly
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/MavenDeploymentLinkerAction/summary.properties
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/MavenDeploymentLinkerAction/summary_fr.properties
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/MavenDeploymentLinkerRecorder/config.jelly
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/MavenDeploymentLinkerRecorder/config.properties
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/MavenDeploymentLinkerRecorder/config_fr.properties
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/MavenDeploymentProjectLinkerAction/jobMain.jelly
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/MavenDeploymentProjectLinkerAction/jobMain.properties
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/MavenDeploymentProjectLinkerAction/jobMain_fr.properties
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/Messages.properties
trunk/hudson/plugins/maven-deployment-linker/src/main/resources/hudson/plugins/mavendeploymentlinker/Messages_fr.properties
http://jenkins-ci.org/commit/35990
Log:
JENKINS-7814Several improvements for maven-deployment-linker plugin