|
48 | 48 | <target>1.8</target> |
49 | 49 | </configuration> |
50 | 50 | </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>--> |
| 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> |
71 | 71 | </plugins> |
72 | 72 | </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> |
122 | 105 |
|
123 | 106 | </project> |
0 commit comments