Skip to content

Commit f1b1767

Browse files
committed
provide some dummy java to fulfill javadoc requirements of Sonatype
1 parent 81ad310 commit f1b1767

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package de.muenchen.oss;
2+
3+
/**
4+
* This is just a dummy class to fulfill Sonatypes need to have javadoc for
5+
* every artifact.
6+
*/
7+
public class DummyClass {
8+
9+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* This is just a dummy javadoc to fulfill Sonatypes need to have javadoc for every artifact.
3+
*/
4+
package de.muenchen.oss;

pom.xml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46

57
<groupId>de.muenchen.oss</groupId>
68
<artifactId>itm-java-codeformat-parent</artifactId>
79
<packaging>pom</packaging>
810
<version>1.0.11-SNAPSHOT</version>
9-
<name>itm-java-codeformat</name>
11+
<name>itm-java-codeformat-parent</name>
1012
<description>it@M java Codeformat</description>
1113
<url>https://github.com/it-at-m/itm-java-codeformat</url>
1214
<properties>
@@ -180,12 +182,6 @@
180182
</goals>
181183
</execution>
182184
</executions>
183-
<configuration>
184-
<doclint>none</doclint>
185-
<sourceFileIncludes>
186-
<sourceFileInclude>**/*.java</sourceFileInclude>
187-
</sourceFileIncludes>
188-
</configuration>
189185
</plugin>
190186

191187
<!-- Central Portal Publishing Plugin -->

0 commit comments

Comments
 (0)