This is an automated email from the ASF dual-hosted git repository.

mercyblitz pushed a commit to branch 0.1.1-release
in repository 
https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/0.1.1-release by this push:
     new 56bb455  0.1.x (#206)
56bb455 is described below

commit 56bb45558db38b27d16efbb6e621c9e6d48f69fa
Author: 小马哥 <mercybl...@gmail.com>
AuthorDate: Thu Jun 21 21:24:32 2018 +0800

    0.1.x (#206)
    
    * Fix test cases
    
    * Update maven plugins
    
    * Update excludes
    
    * Update License position
    
    * Update License
    
    * Update License
    
    * Add exclude
    
    * Update License
    
    * Add maven-release-plugin
    
    * Fix JavaDoc Issues
    
    * Update build settings
    
    * Update plugins
    
    * Recover release profile
---
 pom.xml | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/pom.xml b/pom.xml
index 759645e..93a3d84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,5 +87,38 @@
         </developer>
     </developers>
 
+    <profiles>
+        <profile>
+            <id>release</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <phase>package</phase>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-gpg-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <phase>verify</phase>
+                                <goals>
+                                    <goal>sign</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
 
 </project>
\ No newline at end of file

Reply via email to