|
13 | 13 | <url>http://gwtbootstrap3.org</url>
|
14 | 14 |
|
15 | 15 | <prerequisites>
|
16 |
| - <maven>3.2.1</maven> |
| 16 | + <maven>3.8.1</maven> |
17 | 17 | </prerequisites>
|
18 | 18 |
|
19 | 19 | <scm>
|
|
78 | 78 | <license-maven-plugin.version>2.5.0</license-maven-plugin.version>
|
79 | 79 | <gwt-maven-plugin.version>1.1.0</gwt-maven-plugin.version>
|
80 | 80 | <maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version>
|
81 |
| - <maven-compiler-plugin.version>3.3</maven-compiler-plugin.version> |
82 |
| - <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version> |
83 |
| - <maven-javadoc-plugin.version>2.10.3</maven-javadoc-plugin.version> |
84 |
| - <maven-release-plugin.version>2.5.3</maven-release-plugin.version> |
85 |
| - <maven-source-plugin.version>2.4</maven-source-plugin.version> |
86 |
| - <nexus-staging-maven-plugin.version>1.6.6</nexus-staging-maven-plugin.version> |
| 81 | + <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version> |
| 82 | + <maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version> |
| 83 | + <maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version> |
| 84 | + <maven-release-plugin.version>3.1.1</maven-release-plugin.version> |
| 85 | + <maven-source-plugin.version>3.3.1</maven-source-plugin.version> |
| 86 | + <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> |
| 87 | + <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> |
87 | 88 |
|
88 | 89 | <gwt.version>2.12.2</gwt.version>
|
89 | 90 | <junit.version>4.13.2</junit.version>
|
|
140 | 141 | </execution>
|
141 | 142 | </executions>
|
142 | 143 | </plugin>
|
| 144 | + <plugin> |
| 145 | + <groupId>org.sonatype.plugins</groupId> |
| 146 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 147 | + <version>${nexus-staging-maven-plugin.version}</version> |
| 148 | + <extensions>true</extensions> |
| 149 | + <configuration> |
| 150 | + <serverId>ossrh</serverId> |
| 151 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 152 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 153 | + </configuration> |
| 154 | + </plugin> |
| 155 | + <plugin> |
| 156 | + <groupId>org.apache.maven.plugins</groupId> |
| 157 | + <artifactId>maven-release-plugin</artifactId> |
| 158 | + <configuration> |
| 159 | + <arguments>-Prelease</arguments> |
| 160 | + <preparationGoals>package</preparationGoals> |
| 161 | + </configuration> |
| 162 | + </plugin> |
143 | 163 | </plugins>
|
144 | 164 |
|
145 | 165 | <pluginManagement>
|
|
156 | 176 | <skipModule>true</skipModule>
|
157 | 177 | </configuration>
|
158 | 178 | </plugin>
|
159 |
| - <plugin> |
160 |
| - <groupId>org.eclipse.m2e</groupId> |
161 |
| - <artifactId>lifecycle-mapping</artifactId> |
162 |
| - <version>1.0.0</version> |
163 |
| - <configuration> |
164 |
| - <lifecycleMappingMetadata> |
165 |
| - <pluginExecutions> |
166 |
| - <pluginExecution> |
167 |
| - <pluginExecutionFilter> |
168 |
| - <groupId>org.codehaus.mojo</groupId> |
169 |
| - <artifactId>gwt-maven-plugin</artifactId> |
170 |
| - <versionRange>[0,)</versionRange> |
171 |
| - <goals> |
172 |
| - <goal>resources</goal> |
173 |
| - <goal>i18n</goal> |
174 |
| - <goal>generateAsync</goal> |
175 |
| - <goal>css</goal> |
176 |
| - </goals> |
177 |
| - </pluginExecutionFilter> |
178 |
| - <action> |
179 |
| - <execute /> |
180 |
| - </action> |
181 |
| - </pluginExecution> |
182 |
| - <pluginExecution> |
183 |
| - <pluginExecutionFilter> |
184 |
| - <groupId>org.codehaus.mojo</groupId> |
185 |
| - <artifactId>license-maven-plugin</artifactId> |
186 |
| - <versionRange>[0,)</versionRange> |
187 |
| - <goals> |
188 |
| - <goal>update-file-header</goal> |
189 |
| - </goals> |
190 |
| - </pluginExecutionFilter> |
191 |
| - <action> |
192 |
| - <execute /> |
193 |
| - </action> |
194 |
| - </pluginExecution> |
195 |
| - </pluginExecutions> |
196 |
| - </lifecycleMappingMetadata> |
197 |
| - </configuration> |
198 |
| - </plugin> |
199 | 179 | </plugins>
|
200 | 180 | </pluginManagement>
|
201 | 181 | </build>
|
|
0 commit comments