// -Dmaven.compiler.fork=true: Do compile in a separate forked process
// -Dmaven.test.failure.ignore=true: Do not stop, if some tests fail
// -Pci-build: Profile for CI-Server
- sh "mvn ${cmdLine} -B -U -e -fae -Dorg.slf4j.simpleLogger.showThreadName=true -Dmaven.compiler.fork=true -Pci-build -T${THREADS}"
+ sh "mvn ${cmdLine} -B -U -e -fae -Dorg.slf4j.simpleLogger.showThreadName=true -Pci-build -T${THREADS}"
}
}
}
<Policies>
<TimeBasedTriggeringPolicy />
</Policies>
+ <DefaultRolloverStrategy max="30">
+ <Delete basePath="${logsDirectory}" maxDepth="2">
+ <IfFileName glob="*/*.log">
+ <IfLastModified age="P30D"/>
+ </IfFileName>
+ </Delete>
+ </DefaultRolloverStrategy>
</RollingRandomAccessFile>
<RollingRandomAccessFile name="auditlog" fileName="${logsDirectory}/archiva-audit.log"
<Policies>
<TimeBasedTriggeringPolicy />
</Policies>
+ <DefaultRolloverStrategy max="30">
+ <Delete basePath="${logsDirectory}" maxDepth="2">
+ <IfFileName glob="*/*.log">
+ <IfLastModified age="P30D"/>
+ </IfFileName>
+ </Delete>
+ </DefaultRolloverStrategy>
</RollingRandomAccessFile>
<RollingRandomAccessFile name="redbackAuditLog" fileName="${logsDirectory}/archiva-security-audit.log"