Skip to content

Commit

Permalink
Switch to fork of capsule from nextflow-io
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Jan 19, 2024
1 parent 4d8d11c commit 3878777
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>org.seedstack</groupId>
<artifactId>seedstack-maven-plugin</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.8.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<properties>
Expand Down Expand Up @@ -174,9 +174,9 @@
<version>2.7</version>
</dependency>
<dependency>
<groupId>co.paralleluniverse</groupId>
<groupId>io.nextflow</groupId>
<artifactId>capsule</artifactId>
<version>1.0.3</version>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/license/THIRD-PARTY.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Please fill the missing licenses for dependencies :
#
#
#Fri May 07 09:17:06 CEST 2021
#Fri Jan 19 15:11:55 CET 2024
classworlds--classworlds--1.1-alpha-2=
org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1=
jdom--jdom--1.0=
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/SeedStackCaplet.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ protected <T> T attribute(Map.Entry<String, T> attr) {
}
}



private List<Path> resolvePath(String path) {
HashSet<Path> result = new LinkedHashSet<>();

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/seedstack/maven/PackageMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*/
@Mojo(name = "package", threadSafe = true, defaultPhase = LifecyclePhase.PACKAGE)
public class PackageMojo extends AbstractSeedStackMojo {
private static final String CAPSULE_GROUP_ID = "co.paralleluniverse";
private static final String CAPSULE_GROUP_ID = "io.nextflow";
private static final String CAPSULE_ARTIFACT_ID = "capsule";
private static final String CAPSULE_CLASS = "Capsule";
private static final String SEEDSTACK_CAPLET_CLASS = "SeedStackCaplet";
Expand Down

0 comments on commit 3878777

Please sign in to comment.