Skip to content

Commit bc69e45

Browse files
committed
Fix selfcontained
1 parent 125ad6e commit bc69e45

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

  • selfcontained/src/main/java/eu/maveniverse/maven/toolrunner/selfcontained
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright (c) 2023-2026 Maveniverse Org.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v2.0
5+
* which accompanies this distribution, and is available at
6+
* https://www.eclipse.org/legal/epl-v20.html
7+
*/
8+
package eu.maveniverse.maven.toolrunner.selfcontained;
9+
10+
/**
11+
* This class is here only to make module have source and javadoc bundle.
12+
*/
13+
public class Dummy {}

0 commit comments

Comments
 (0)