This repository was archived by the owner on Jan 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 113113
114114 <build >
115115 <plugins >
116+ <!-- http://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin -->
116117 <plugin >
117118 <groupId >org.apache.maven.plugins</groupId >
118119 <artifactId >maven-compiler-plugin</artifactId >
122123 <target >${java.version} </target >
123124 </configuration >
124125 </plugin >
126+ <!-- http://mvnrepository.com/artifact/org.apache.maven.plugins/maven-failsafe-plugin -->
125127 <plugin >
126128 <groupId >org.apache.maven.plugins</groupId >
127129 <artifactId >maven-failsafe-plugin</artifactId >
151153 </activation >
152154 <build >
153155 <plugins >
156+ <!-- http://mvnrepository.com/artifact/org.apache.maven.plugins/maven-source-plugin -->
154157 <plugin >
155158 <groupId >org.apache.maven.plugins</groupId >
156159 <artifactId >maven-source-plugin</artifactId >
164167 </execution >
165168 </executions >
166169 </plugin >
170+ <!-- http://mvnrepository.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin -->
167171 <plugin >
168172 <groupId >org.apache.maven.plugins</groupId >
169173 <artifactId >maven-javadoc-plugin</artifactId >
180184 <quiet >true</quiet >
181185 </configuration >
182186 </plugin >
187+ <!-- http://mvnrepository.com/artifact/org.apache.maven.plugins/maven-gpg-plugin -->
183188 <plugin >
184189 <groupId >org.apache.maven.plugins</groupId >
185190 <artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments