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 f06683f  0.1.x (#204)
f06683f is described below

commit f06683fc0878e40e0bdaa3f77f289ccf1d83a2f3
Author: 小马哥 <mercybl...@gmail.com>
AuthorDate: Thu Jun 21 21:11:45 2018 +0800

    0.1.x (#204)
    
    * 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
---
 dubbo-spring-boot-parent/pom.xml | 36 +-----------------------------------
 1 file changed, 1 insertion(+), 35 deletions(-)

diff --git a/dubbo-spring-boot-parent/pom.xml b/dubbo-spring-boot-parent/pom.xml
index b08fb6d..b7733d9 100644
--- a/dubbo-spring-boot-parent/pom.xml
+++ b/dubbo-spring-boot-parent/pom.xml
@@ -463,39 +463,5 @@
             </plugin>
         </plugins>
     </build>
-
-    <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