File tree Expand file tree Collapse file tree 3 files changed +17
-8
lines changed
formatter/src/main/java/de/muenchen/oss Expand file tree Collapse file tree 3 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 1+ /**
2+ * This is just a dummy javadoc to fulfill Sonatypes need to have javadoc for every artifact.
3+ */
4+ package de .muenchen .oss ;
Original file line number Diff line number Diff line change 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 >
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 -->
You can’t perform that action at this time.
0 commit comments