File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1111 <packaging >gwt-lib</packaging >
1212
1313 <name >Gwt Material AmCharts V4</name >
14+ <description >Amcharts Version 4 for GMD</description >
15+ <url >https://gwtmaterialdesign.github.io/gmd-amcharts4-demo/</url >
16+
17+ <developers >
18+ <developer >
19+ <name >Kevzlou7979</name >
20+ 21+ <organization >Gwt Material</organization >
22+ <organizationUrl >http://gwtmaterialdesign.github.io/gwt-material-demo/</organizationUrl >
23+ </developer >
24+ </developers >
1425
1526 <properties >
1627 <!-- Project properties -->
350361 </plugins >
351362 </pluginManagement >
352363 </build >
364+
365+ <profiles >
366+ <profile >
367+ <id >release-sign-artifacts</id >
368+ <activation >
369+ <property >
370+ <name >performRelease</name >
371+ <value >true</value >
372+ </property >
373+ </activation >
374+ <build >
375+ <plugins >
376+ <plugin >
377+ <groupId >org.apache.maven.plugins</groupId >
378+ <artifactId >maven-gpg-plugin</artifactId >
379+ <version >1.6</version >
380+ <executions >
381+ <execution >
382+ <id >sign-artifacts</id >
383+ <phase >verify</phase >
384+ <goals >
385+ <goal >sign</goal >
386+ </goals >
387+ </execution >
388+ </executions >
389+ </plugin >
390+ </plugins >
391+ </build >
392+ </profile >
393+ </profiles >
353394</project >
You can’t perform that action at this time.
0 commit comments