Skip to content

Commit ef33546

Browse files
committed
Added clean to the mven project as to input from Wim Jongman
1 parent a9aeb5f commit ef33546

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

config.xml

+11-19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='UTF-8'?>
2-
<maven2-moduleset plugin="maven-plugin@2.1">
2+
<maven2-moduleset plugin="maven-plugin@2.5">
33
<actions/>
44
<description></description>
55
<logRotator class="hudson.tasks.LogRotator">
@@ -31,7 +31,7 @@
3131
<extensions/>
3232
</scm>
3333
<canRoam>true</canRoam>
34-
<disabled>false</disabled>
34+
<disabled>true</disabled>
3535
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
3636
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
3737
<triggers>
@@ -49,6 +49,8 @@
4949
<incrementalBuild>false</incrementalBuild>
5050
<ignoreUpstremChanges>true</ignoreUpstremChanges>
5151
<archivingDisabled>true</archivingDisabled>
52+
<siteArchivingDisabled>false</siteArchivingDisabled>
53+
<fingerprintingDisabled>false</fingerprintingDisabled>
5254
<resolveDependencies>false</resolveDependencies>
5355
<processPlugins>true</processPlugins>
5456
<mavenValidationLevel>-1</mavenValidationLevel>
@@ -67,16 +69,15 @@ changelog=${WORKSPACE}/../builds/${BUILD_ID}/changelog.xml
6769
content=`head -1 &quot;${changelog}&quot;`
6870
echo ${content}
6971
if [ &quot;${content}&quot; == &quot;&lt;log/&gt;&quot; ]; then
70-
echo No change
71-
exit 1
72+
echo No change
73+
exit 1
7274
fi
7375
if [ &quot;${content}&quot; == &quot;&quot; ]; then
74-
echo No change
75-
exit 2
76+
echo No change
77+
exit 2
7678
fi
7779
echo change
78-
exit 0
79-
</command>
80+
exit 0</command>
8081
</condition>
8182
<publisher class="jenkins.plugins.publish_over_ftp.BapFtpPublisherPlugin" plugin="[email protected]">
8283
<consolePrefix>FTP: </consolePrefix>
@@ -88,7 +89,7 @@ exit 0
8889
<transfers>
8990
<jenkins.plugins.publish__over__ftp.BapFtpTransfer>
9091
<remoteDirectory></remoteDirectory>
91-
<sourceFiles>Eclipse*/WebContent/*</sourceFiles>
92+
<sourceFiles>Eclipse*/WebContent/**</sourceFiles>
9293
<excludes></excludes>
9394
<removePrefix>Eclipse update site/WebContent</removePrefix>
9495
<remoteDirectorySDF>false</remoteDirectorySDF>
@@ -119,7 +120,7 @@ exit 0
119120
<removePrefix>it.baeyens.arduino.updatesite/target/repository</removePrefix>
120121
<remoteDirectorySDF>false</remoteDirectorySDF>
121122
<flatten>false</flatten>
122-
<cleanRemote>false</cleanRemote>
123+
<cleanRemote>true</cleanRemote>
123124
<noDefaultExcludes>false</noDefaultExcludes>
124125
<makeEmptyDirs>false</makeEmptyDirs>
125126
<patternSeparator>[, ]+</patternSeparator>
@@ -140,15 +141,6 @@ exit 0
140141
</org.jenkins__ci.plugins.flexible__publish.ConditionalPublisher>
141142
</publishers>
142143
</org.jenkins__ci.plugins.flexible__publish.FlexiblePublisher>
143-
<hudson.tasks.BuildTrigger>
144-
<childProjects>rlogiacco web publish</childProjects>
145-
<threshold>
146-
<name>SUCCESS</name>
147-
<ordinal>0</ordinal>
148-
<color>BLUE</color>
149-
<completeBuild>true</completeBuild>
150-
</threshold>
151-
</hudson.tasks.BuildTrigger>
152144
</publishers>
153145
<buildWrappers/>
154146
<prebuilders>

0 commit comments

Comments
 (0)