There was an error while loading. Please reload this page.
1 parent 125ad6e commit bc69e45Copy full SHA for bc69e45
1 file changed
selfcontained/src/main/java/eu/maveniverse/maven/toolrunner/selfcontained/Dummy.java
@@ -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