Skip to content

Commit 000e4b8

Browse files
committed
Preparation for 2.2-rc1 release
1 parent 7f4cb7d commit 000e4b8

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

pom.xml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
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+
<email>[email protected]</email>
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 -->
@@ -350,4 +361,34 @@
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>

0 commit comments

Comments
 (0)