File tree Expand file tree Collapse file tree 2 files changed +31
-3
lines changed
Expand file tree Collapse file tree 2 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 2525 <properties >
2626 <maven .version>3.3</maven .version>
2727 <plexus-component .version>1.7.1</plexus-component .version>
28- <maven .compiler.source>1.7 </maven .compiler.source>
29- <maven .compiler.target>1.7 </maven .compiler.target>
28+ <maven .compiler.source>1.8 </maven .compiler.source>
29+ <maven .compiler.target>1.8 </maven .compiler.target>
3030
3131 <!-- Bintray properties -->
3232 <bintray .org>seedstack</bintray .org>
3333 <bintray .repo>jars</bintray .repo>
3434 <bintray .package>seedstack-maven-plugin</bintray .package>
3535
3636 <compatibility .skip>true</compatibility .skip>
37+ <quality .skip>true</quality .skip>
3738 <jetty-server .version>8.2.0.v20160908</jetty-server .version>
3839 </properties >
3940
112113 </execution >
113114 </executions >
114115 </plugin >
116+ <plugin >
117+ <groupId >org.apache.maven.plugins</groupId >
118+ <artifactId >maven-javadoc-plugin</artifactId >
119+ <version >3.10.0</version >
120+ <executions >
121+ <execution >
122+ <id >attach-javadoc</id >
123+ <configuration >
124+ <sourceFileExcludes >
125+ <sourceFileExclude >src/main/java/Capsule.java</sourceFileExclude >
126+ </sourceFileExcludes >
127+ </configuration >
128+ </execution >
129+ </executions >
130+ </plugin >
131+ <plugin >
132+ <groupId >org.apache.maven.plugins</groupId >
133+ <artifactId >maven-javadoc-plugin</artifactId >
134+ <executions >
135+ <execution >
136+ <id >attach-javadoc</id >
137+ <configuration >
138+ <skip >true</skip > <!-- FIXME: should exclude Capsule.java instead -->
139+ </configuration >
140+ </execution >
141+ </executions >
142+ </plugin >
115143 </plugins >
116144 </pluginManagement >
117145 <plugins >
Original file line number Diff line number Diff line change 1313# Please fill the missing licenses for dependencies :
1414#
1515#
16- # Wed Sep 04 15:32 :28 CEST 2024
16+ # Wed Sep 04 15:57 :28 CEST 2024
1717classworlds--classworlds--1.1-alpha-2 =
1818org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1 =
1919jdom--jdom--1.0 =
You can’t perform that action at this time.
0 commit comments