File tree 7 files changed +8
-2
lines changed
7 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
- - Copyright (c) 2008, 2020 Sonatype Inc. and others.
3
+ - Copyright (c) 2008, 2022 Sonatype Inc. and others.
4
4
- All rights reserved. This program and the accompanying materials
5
5
- are made available under the terms of the Eclipse Public License v1.0
6
6
- which accompanies this distribution, and is available at
173
173
<dependency >
174
174
<groupId >org.codehaus.plexus</groupId >
175
175
<artifactId >plexus-archiver</artifactId >
176
- <version >4.2.2 </version >
176
+ <version >4.2.7 </version >
177
177
</dependency >
178
178
<dependency >
179
179
<groupId >org.codehaus.plexus</groupId >
Original file line number Diff line number Diff line change 1
1
import java.io.File ;
2
2
3
+ new File (basedir, " pom.xml" ). delete();
3
4
org.eclipse.tycho.extras.buildtimestamp.jgit.test.UnzipFile . unzip(new File (basedir, " basic.zip" ), basedir);
4
5
5
6
return true ;
Original file line number Diff line number Diff line change 1
1
import java.io.File ;
2
2
3
+ new File (basedir, " pom.xml" ). delete();
3
4
org.eclipse.tycho.extras.buildtimestamp.jgit.test.UnzipFile . unzip(new File (basedir, " dirtySubmodules.zip" ), basedir);
4
5
5
6
// this will cause the build to fail due to dirty working tree
Original file line number Diff line number Diff line change 1
1
import java.io.File ;
2
2
3
+ new File (basedir, " pom.xml" ). delete();
3
4
org.eclipse.tycho.extras.buildtimestamp.jgit.test.UnzipFile . unzip(new File (basedir, " dirtyUnrelatedSubmodules.zip" ), basedir);
4
5
5
6
// this will cause a dirty unrelated submodule "unrelatedSubmodule"
Original file line number Diff line number Diff line change 1
1
import java.io.File ;
2
2
3
+ new File (basedir, " pom.xml" ). delete();
3
4
org.eclipse.tycho.extras.buildtimestamp.jgit.test.UnzipFile . unzip(new File (basedir, " basic.zip" ), basedir);
4
5
5
6
// this will cause a warning and fallback to default timestamp provider due to dirty working tree
Original file line number Diff line number Diff line change 1
1
import java.io.File ;
2
2
3
+ new File (basedir, " pom.xml" ). delete();
3
4
org.eclipse.tycho.extras.buildtimestamp.jgit.test.UnzipFile . unzip(new File (basedir, " basic.zip" ), basedir);
4
5
5
6
// this will cause the build to fail due to dirty working tree
Original file line number Diff line number Diff line change 1
1
import java.io.File ;
2
2
3
+ new File (basedir, " pom.xml" ). delete();
3
4
org.eclipse.tycho.extras.buildtimestamp.jgit.test.UnzipFile . unzip(new File (basedir, " submodules.zip" ), basedir);
4
5
5
6
return true ;
You can’t perform that action at this time.
0 commit comments