Skip to content

Commit 2d4818d

Browse files
author
hemiao
committed
配置文件回滚
1 parent 330453d commit 2d4818d

File tree

1 file changed

+52
-69
lines changed

1 file changed

+52
-69
lines changed

pom.xml

Lines changed: 52 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -48,76 +48,59 @@
4848
<target>1.8</target>
4949
</configuration>
5050
</plugin>
51-
<!-- <plugin>-->
52-
<!-- <groupId>org.apache.maven.plugins</groupId>-->
53-
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
54-
<!-- <version>1.6</version>-->
55-
<!-- <executions>-->
56-
<!-- <execution>-->
57-
<!-- <id>sign-artifacts</id>-->
58-
<!-- <phase>verify</phase>-->
59-
<!-- <goals>-->
60-
<!-- <goal>sign</goal>-->
61-
<!-- </goals>-->
62-
<!-- <configuration>-->
63-
<!-- <gpgArguments>-->
64-
<!-- <arg>&#45;&#45;pinentry-mode</arg>-->
65-
<!-- <arg>loopback</arg>-->
66-
<!-- </gpgArguments>-->
67-
<!-- </configuration>-->
68-
<!-- </execution>-->
69-
<!-- </executions>-->
70-
<!-- </plugin>-->
51+
<plugin>
52+
<groupId>org.apache.maven.plugins</groupId>
53+
<artifactId>maven-gpg-plugin</artifactId>
54+
<version>1.6</version>
55+
<executions>
56+
<execution>
57+
<id>sign-artifacts</id>
58+
<phase>verify</phase>
59+
<goals>
60+
<goal>sign</goal>
61+
</goals>
62+
<configuration>
63+
<gpgArguments>
64+
<arg>--pinentry-mode</arg>
65+
<arg>loopback</arg>
66+
</gpgArguments>
67+
</configuration>
68+
</execution>
69+
</executions>
70+
</plugin>
7171
</plugins>
7272
</build>
73-
<!-- <profiles>-->
74-
<!-- <profile>-->
75-
<!-- <id>disable-javadoc-doclint</id>-->
76-
<!-- <activation>-->
77-
<!-- <jdk>[1.8,)</jdk>-->
78-
<!-- </activation>-->
79-
<!-- <properties>-->
80-
<!-- <additionalparam>-Xdoclint:none</additionalparam>-->
81-
<!-- </properties>-->
82-
<!-- </profile>-->
83-
<!-- </profiles>-->
84-
<!-- <licenses>-->
85-
<!-- <license>-->
86-
<!-- <name>The Apache Software License, Version 2.0</name>-->
87-
<!-- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>-->
88-
<!-- <distribution>repo</distribution>-->
89-
<!-- </license>-->
90-
<!-- </licenses>-->
91-
<!-- <scm>-->
92-
<!-- <tag>master</tag>-->
93-
<!-- <url>git@github.com:colorknight/moql-transx.git</url>-->
94-
<!-- <connection>scm:git:git@github.com:colorknight/moql-transx.git</connection>-->
95-
<!-- <developerConnection>scm:git:git@github.com:colorknight/moql-transx.git-->
96-
<!-- </developerConnection>-->
97-
<!-- </scm>-->
98-
<!-- <developers>-->
99-
<!-- <developer>-->
100-
<!-- <name>colorknight</name>-->
101-
<!-- <email>ttd_ttt@sina.com</email>-->
102-
<!-- <organization>datayoo.org</organization>-->
103-
<!-- </developer>-->
104-
<!-- </developers>-->
105-
106-
<distributionManagement>
107-
<repository>
108-
<id>rdc-releases</id>
109-
<name>Proj Release Repository</name>
110-
<url>
111-
https://packages.aliyun.com/maven/repository/2246124-release-68ugW3
112-
</url>
113-
</repository>
114-
<snapshotRepository>
115-
<id>rdc-snapshots</id>
116-
<name>Proj Release Repository</name>
117-
<url>
118-
https://packages.aliyun.com/maven/repository/2246124-snapshot-fTYQY2
119-
</url>
120-
</snapshotRepository>
121-
</distributionManagement>
73+
<profiles>
74+
<profile>
75+
<id>disable-javadoc-doclint</id>
76+
<activation>
77+
<jdk>[1.8,)</jdk>
78+
</activation>
79+
<properties>
80+
<additionalparam>-Xdoclint:none</additionalparam>
81+
</properties>
82+
</profile>
83+
</profiles>
84+
<licenses>
85+
<license>
86+
<name>The Apache Software License, Version 2.0</name>
87+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
88+
<distribution>repo</distribution>
89+
</license>
90+
</licenses>
91+
<scm>
92+
<tag>master</tag>
93+
<url>git@github.com:colorknight/moql-transx.git</url>
94+
<connection>scm:git:git@github.com:colorknight/moql-transx.git</connection>
95+
<developerConnection>scm:git:git@github.com:colorknight/moql-transx.git
96+
</developerConnection>
97+
</scm>
98+
<developers>
99+
<developer>
100+
<name>colorknight</name>
101+
<email>ttd_ttt@sina.com</email>
102+
<organization>datayoo.org</organization>
103+
</developer>
104+
</developers>
122105

123106
</project>

0 commit comments

Comments
 (0)