Skip to content

Commit 80a50ca

Browse files
committed
Javadoc
1 parent b5af1c3 commit 80a50ca

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@
7272
<version>2.10.4</version>
7373
<configuration>
7474
<additionalparam>-Xdoclint:none</additionalparam>
75+
<excludePackageNames>org.flightgear.terramaster.dns</excludePackageNames>
76+
<failOnError>false</failOnError>
7577
</configuration>
7678
</plugin>
7779
<plugin>

release.properties

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#release configuration
2+
#Sun Oct 20 16:36:52 CEST 2024
3+
completedPhase=check-poms
4+
exec.snapshotReleasePluginAllowed=false
5+
preparationGoals=clean verify
6+
projectVersionPolicyId=default
7+
pushChanges=true
8+
remoteTagging=true
9+
scm.commentPrefix=[maven-release-plugin]
10+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
11+
scm.url=scm\:git\:git@github.com\:Portree-Kid/terramaster.git

0 commit comments

Comments
 (0)