|
88 | 88 | <profiles> |
89 | 89 | <profile> |
90 | 90 | <id>release-oss</id> |
| 91 | + |
| 92 | + <!-- Content from deprecated https://search.maven.org/artifact/org.sonatype.oss/oss-parent/9/pom --> |
| 93 | + <distributionManagement> |
| 94 | + <repository> |
| 95 | + <id>sonatype-nexus-staging</id> |
| 96 | + <name>Nexus Release Repository</name> |
| 97 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 98 | + </repository> |
| 99 | + </distributionManagement> |
| 100 | + |
91 | 101 | <build> |
92 | 102 | <plugins> |
93 | 103 | <plugin> |
94 | | - <inherited>true</inherited> |
95 | 104 | <groupId>org.apache.maven.plugins</groupId> |
96 | 105 | <artifactId>maven-source-plugin</artifactId> |
97 | | - <version>2.1.2</version> |
| 106 | + <version>3.2.1</version> |
| 107 | + <inherited>true</inherited> |
98 | 108 | <executions> |
99 | 109 | <execution> |
100 | 110 | <id>attach-sources</id> |
|
103 | 113 | </goals> |
104 | 114 | </execution> |
105 | 115 | </executions> |
106 | | - |
107 | 116 | <configuration> |
108 | 117 | <excludeResources>true</excludeResources> |
109 | 118 | <useDefaultExcludes>true</useDefaultExcludes> |
110 | 119 | </configuration> |
111 | 120 | </plugin> |
112 | 121 |
|
113 | 122 | <plugin> |
114 | | - <inherited>true</inherited> |
115 | 123 | <groupId>org.apache.maven.plugins</groupId> |
116 | 124 | <artifactId>maven-javadoc-plugin</artifactId> |
117 | | - <version>3.0.0-M1</version> |
| 125 | + <version>3.5.0</version> |
| 126 | + <inherited>true</inherited> |
118 | 127 | <executions> |
119 | 128 | <execution> |
120 | 129 | <id>bundle-sources</id> |
|
129 | 138 | <encoding>UTF-8</encoding> |
130 | 139 | <show>protected</show> |
131 | 140 | <notree>true</notree> |
| 141 | + <!-- Explicit configuration of javadoc language to avoid defaulting to build system's configuration --> |
| 142 | + <locale>en</locale> |
132 | 143 |
|
133 | 144 | <!-- Avoid running into Java 8's very restrictive doclint issues --> |
134 | 145 | <additionalparam>-Xdoclint:none</additionalparam> |
| 146 | + <additionalOptions>-Xdoclint:none</additionalOptions> |
135 | 147 | </configuration> |
136 | 148 | </plugin> |
137 | 149 |
|
|
163 | 175 | <plugin> |
164 | 176 | <groupId>com.google.code.maven-replacer-plugin</groupId> |
165 | 177 | <artifactId>replacer</artifactId> |
166 | | - <version>1.5.2</version> |
| 178 | + <version>1.5.3</version> |
167 | 179 | <executions> |
168 | 180 | <execution> |
169 | 181 | <phase>package</phase> |
|
182 | 194 | </includes> |
183 | 195 | <replacements> |
184 | 196 | <replacement> |
185 | | - <token><![CDATA[<body>]]></token> |
186 | | - <value><![CDATA[<body> |
187 | | - <script type="text/javascript"> |
188 | | - var _gaq = _gaq || []; |
189 | | - _gaq.push(['_setAccount', 'UA-30716479-1']); |
190 | | - _gaq.push(['_trackPageview']); |
191 | | -
|
192 | | - (function() { |
193 | | - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
194 | | - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
195 | | - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
196 | | - })(); |
| 197 | + <token><![CDATA[</body>]]></token> |
| 198 | + <value><![CDATA[ |
| 199 | + <!-- Google tag (gtag.js) --> |
| 200 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-PB08BGF2SR"></script> |
| 201 | + <script> |
| 202 | + window.dataLayer = window.dataLayer || []; |
| 203 | + function gtag(){dataLayer.push(arguments);} |
| 204 | + gtag('js', new Date()); |
| 205 | +
|
| 206 | + gtag('config', 'G-PB08BGF2SR'); |
197 | 207 | </script> |
| 208 | + </body> |
198 | 209 | ]]></value> |
199 | 210 | </replacement> |
200 | 211 | </replacements> |
|
204 | 215 | <plugin> |
205 | 216 | <groupId>org.apache.maven.plugins</groupId> |
206 | 217 | <artifactId>maven-gpg-plugin</artifactId> |
207 | | - <version>1.1</version> |
| 218 | + <version>3.0.1</version> |
208 | 219 | <executions> |
209 | 220 | <execution> |
210 | 221 | <id>sign-artifacts</id> |
211 | 222 | <phase>verify</phase> |
212 | 223 | <goals> |
213 | 224 | <goal>sign</goal> |
214 | 225 | </goals> |
| 226 | + <configuration> |
| 227 | + <gpgArguments> |
| 228 | + <arg>--pinentry-mode</arg> |
| 229 | + <arg>loopback</arg> |
| 230 | + </gpgArguments> |
| 231 | + </configuration> |
215 | 232 | </execution> |
216 | 233 | </executions> |
217 | 234 | </plugin> |
218 | 235 | </plugins> |
219 | 236 | </build> |
220 | 237 | </profile> |
221 | 238 | </profiles> |
| 239 | + |
222 | 240 | <issueManagement> |
223 | 241 | <system>GitHub</system> |
224 | 242 | <url>https://github.com/jOOQ/jOOR/issues</url> |
|
0 commit comments