Skip to content

Commit 25ca6b6

Browse files
committed
Optimize POM and improive README
1 parent 0d19b7c commit 25ca6b6

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,8 +687,8 @@ Use the Maven wrapper to create a jar including all dependencies
687687

688688
### Checkstyle Config File
689689

690-
This project uses my [`common-parent`](https://bintray.com/patrickfav/maven/mvn-common-parent) which centralized a lot of
691-
the plugin versions aswell as providing the checkstyle config rules. Specifically they are maintained in [`checkstyle-config`](https://bintray.com/patrickfav/maven/checkstyle-config). Locally the files will be copied after you `mvnw install` into your `target` folder and is called
690+
This project uses my [`common-parent`](https://github.com/patrickfav/mvn-common-parent) which centralized a lot of
691+
the plugin versions aswell as providing the checkstyle config rules. Specifically they are maintained in [`checkstyle-config`](https://github.com/patrickfav/checkstyle-config). Locally the files will be copied after you `mvnw install` into your `target` folder and is called
692692
`target/checkstyle-checker.xml`. So if you use a plugin for your IDE, use this file as your local configuration.
693693

694694
## Tech Stack

pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>at.favre.lib</groupId>
99
<artifactId>common-parent</artifactId>
10-
<version>6</version>
10+
<version>7</version>
1111
</parent>
1212

1313
<artifactId>bytes</artifactId>
@@ -141,13 +141,6 @@
141141
<scope>test</scope>
142142
</dependency>
143143
</dependencies>
144-
<developers>
145-
<developer>
146-
<id>patrickfav</id>
147-
<name>Patrick Favre-Bulle</name>
148-
<email>[email protected]</email>
149-
</developer>
150-
</developers>
151144

152145
<distributionManagement>
153146
<repository>
@@ -157,14 +150,6 @@
157150
</repository>
158151
</distributionManagement>
159152

160-
<licenses>
161-
<license>
162-
<name>Apache License, Version 2.0</name>
163-
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
164-
<distribution>repo</distribution>
165-
</license>
166-
</licenses>
167-
168153
<scm>
169154
<connection>https://github.com/patrickfav/bytes-java.git</connection>
170155
<developerConnection>https://github.com/patrickfav/bytes-java.git</developerConnection>

0 commit comments

Comments
 (0)