2727 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2828 <maven .compiler.source>1.8</maven .compiler.source>
2929 <maven .compiler.target>1.8</maven .compiler.target>
30- <maven .test.skip>true </maven .test.skip>
30+ <!-- <maven.test.skip>false </maven.test.skip> -- >
3131 <maven .javadoc.skip>true</maven .javadoc.skip>
3232 </properties >
3333 <scm >
5353 <!-- gpg-plugin defaults to trying 'gpg' on the path, this changes that to 'gpg2' instead -->
5454 <gpg .executable>gpg2</gpg .executable>
5555 <gpg .passphrase>centricgateway@</gpg .passphrase>
56+ <javadoc .opts>-Xdoclint:none</javadoc .opts>
5657 </properties >
5758 <build >
5859 <plugins >
8081 </execution >
8182 </executions >
8283 </plugin >
83- <!-- <plugin>
84+ <plugin >
8485 <groupId >org.apache.maven.plugins</groupId >
8586 <artifactId >maven-javadoc-plugin</artifactId >
86- <version>3.0.0</version>
8787 <executions >
8888 <execution >
8989 <id >attach-javadocs</id >
9090 <goals >
9191 <goal >jar</goal >
9292 </goals >
93+ <configuration >
94+ <doclint >none</doclint >
95+ </configuration >
9396 </execution >
9497 </executions >
95- </plugin>-->
98+ </plugin >
9699 <plugin >
97100 <groupId >org.apache.maven.plugins</groupId >
98101 <artifactId >maven-gpg-plugin</artifactId >
106109 </goals >
107110 </execution >
108111 </executions >
109- </plugin >
110- <!-- <plugin>
112+ </plugin >
113+ <plugin >
114+ <groupId >org.apache.maven.plugins</groupId >
115+ <artifactId >maven-site-plugin</artifactId >
116+ <version >3.3</version >
117+ <configuration >
118+ <reportPlugins >
119+ <plugin >
120+ <groupId >org.apache.maven.plugins</groupId >
121+ <artifactId >maven-javadoc-plugin</artifactId >
122+ <configuration >
123+ <doclint >none</doclint >
124+ </configuration >
125+ </plugin >
126+ </reportPlugins >
127+ </configuration >
128+ </plugin >
129+ <plugin >
111130 <groupId >org.apache.maven.plugins</groupId >
112131 <artifactId >maven-surefire-plugin</artifactId >
113132 <version >3.0.0-M4</version >
114133 <configuration >
115- <skipTests>false </skipTests>
134+ <skipTests >true </skipTests >
116135 </configuration >
117- </plugin>-->
136+ </plugin >
118137 </plugins >
119138 </build >
120139 </profile >
156175 <type >jar</type >
157176 </dependency >
158177 </dependencies >
159- </project >
178+ </project >
0 commit comments