We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744a6a6 commit b0a60ddCopy full SHA for b0a60dd
AliyunOSSStorageWagon/src/main/java/com/gkatzioura/maven/cloud/oss/OSSStorageWagon.java
@@ -39,7 +39,9 @@ public class OSSStorageWagon extends AbstractStorageWagon {
39
private OSSStorageRepository ossRepository;
40
private final KeyResolver keyResolver = new KeyResolver();
41
private static final Logger LOGGER = Logger.getLogger(OSSStorageWagon.class.getName());
42
- public static final Pattern TIS_PKG_TPI_EXTENSION = Pattern.compile(".+?\\.(tpi|tar)(\\.[^\\.]+)?$");
+ // public static final Pattern TIS_PKG_TPI_EXTENSION = Pattern.compile(".+?\\.(tpi|tar)(\\.[^\\.]+)?$");
43
+
44
+ public static final Pattern TIS_PKG_TPI_EXTENSION = Pattern.compile(".+?\\.(tar)(\\.[^\\.]+)?$");
45
46
47
@Override
0 commit comments