You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blocked mirror for repositories: [ow2-snapshot (http://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)]</pre>
328
328
</div>
329
329
</div>
330
-
<p>To work around the issue, create a <code>settings.xml</code> file in your <code>.m2</code> home which overrides the HTTP-based OW2 SNAPSHOTS repository:</p>
330
+
<p>To work around the issue, create a <code>settings.xml</code> file in your <code>.m2</code> home which overrides the HTTP-based OW2 snapshots repository:</p>
<li>As you visit the various pages of the Codehaus Cargo website, Google Analytics helps us track the activity on the Codehaus Cargo website, to see where people click, how they navigate between sections, so that we can understand and optimize our content structure and make it easier to use. Google Analytics' privacy policy is part of the Google Global Privacy Policy, <ahref="https://www.google.com/policies/privacy/">accessible here</a>.</li>
290
290
<li>Our mailing lists use Google Groups, for which the <ahref="https://www.google.com/policies/privacy/">Google Global Privacy Policy</a> also applies.</li>
291
291
<li>For the Documentation as well as the Issue Tracker (JIRA), Codehaus Cargo relies on the Atlassian Cloud services. Their privacy policy can be accessed <ahref="https://www.atlassian.com/legal/privacy-policy/">using this link</a>.</li>
292
-
<li>The downloadable content (tagged and also SNAPSHOT binaries in particular) are hosted in two places:
293
-
<ul>
294
-
<li>The tagged versions are stored mostly on the Apache Maven repository. Their privacy policy can be read <ahref="https://maven.apache.org/privacy-policy.html">here</a>.</li>
295
-
<li>The SNAPSHOT versions are hosted on the Sonatype repository, who publish their privacy policy <ahref="http://www.sonatype.com/usage/privacy-policy">here</a>.</li>
296
-
</ul></li>
292
+
<li>The downloadable content are hosted on the Apache Maven (central) repository. Their privacy policy can be read <ahref="https://maven.apache.org/privacy-policy.html">here</a>.</li>
297
293
<li>Finally, our Continous Integration system, Semaphore, have their privacy policy published <ahref="https://semaphoreci.com/privacy">on their website</a>.</li>
298
294
</ul>
299
295
<p>Other parts of Codehaus Cargo with Web interfaces, in particular the <ahref="Cargo+Daemon.html">Cargo Daemon</a>, do not use any cookies nor do they track users in any way.</p>
<h3id="Downloads-Versioncurrentlybeingdeveloped">Version currently being developed</h3>
620
-
<p>If you want to get access to the version currently being developed, you have two options:</p>
621
-
<ul>
622
-
<li>Every time there is a code change, the <ahref="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration system</a> will build and deploy it onto the <ahref="https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/cargo/">Sonatype snapshot repository</a>.</li>
623
-
<li>You can also build the latest <code>SNAPSHOT</code> version yourself by referring to the instructions in the <ahref="Building.html">Building</a> page.</li>
624
-
</ul>
620
+
<p>If you want to get access to the version currently being developed, please refer to the instructions in the <ahref="Building.html">Building</a> page to build the latest <code>SNAPSHOT</code> version yourself.</p>
621
+
<p>Since the move from Sonatype Nexus to Maven Central, we do not publish any <code>SNAPSHOT</code> versions anymore.</p>
<p>This plugin has been built exclusively for Maven 3.x, and our <ahref="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration system</a> tests it on Maven version 3.5.4.</p>
<p>The Codehaus Cargo Maven 3 Plugin (and all other Cargo artifacts) are hosted at <ahref="https://repo.maven.org/maven2/org/codehaus/cargo/">Maven central</a>. As Maven is configured for Maven central by default, no additional installation or repository configuration is necessary to use the plugin.</p>
<p>There are also snapshot releases of the Codehaus Cargo Maven 3 plugin (and all other Cargo artifacts) available through the <ahref="https://oss.sonatype.org/content/repositories/snapshots/">Sonatype snapshot repository</a>. Snapshot releases are deployed automatically by the <ahref="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration system</a>.</p>
292
-
<p>If you want use snapshot versions of the Cargo Maven Plugin, you'll need to add this repository to your POM, settings file, or repository manager:</p>
<p>Note that you need to declare both the <code>pluginRepository</code> and <code>repository</code>, due to the way how the Codehaus Cargo Maven 3 plugin's container artifact loading mechanism works.</p>
332
-
<p>When you do not do that properly, you will be getting errors such as:</p>
333
-
<pre>Cannot create configuration. There's no registered configuration for the parameters (container [id = [tomcat9x], type = [installed]], configuration type [standalone]). Actually there are no valid types registered for this configuration. Maybe you've made a mistake spelling it?</pre>
334
-
<p>In case the errors persist even after adding the <code>SNAPSHOT</code> repositories, you can install the associated container artifact. Example (with the Codehaus Cargo Tomcat container):</p>
<p>Then, you should decide which <code>SNAPSHOT</code> version to use:</p>
339
-
<ul>
340
-
<li>To find out what the latest <code>SNAPSHOT</code> version is, you can simply look at <ahref="https://github.com/codehaus-cargo/cargo/blob/master/pom.xml">the root POM file for Codehaus Cargo</a>.</li>
341
-
<li>Configure the Cargo Maven Plugin by specifying the <code>SNAPSHOT</code> version you want.</li>
342
-
</ul>
343
-
<p>For example, to use version <code>1.10.20-SNAPSHOT</code> you would declare something similar to the following in your POM:</p>
<li>Maven 3.6.3 or newer, though it is for sure a good idea to use the latest Maven version available.
290
290
<br>
291
291
With Maven 3.8.1 onwards, you might have some <code>ArtifactTransferException</code>s with the OW2 snapshot repository (which was defined as HTTP over a decade back). You can work around these using the instructions in the chapter <ahref="Building.html#Building-ow2override"><code>ArtifactTransferException</code> with Maven 3.8.1 onwards</a>.</li>
292
-
<li>An access to the Sonatype Nexus instance as a manager for the Codehaus Cargo project. Read more about it on the <strong>Initial Setup</strong> section of the <ahref="http://central.sonatype.org/pages/ossrh-guide.html">OSSRH guide</a>.</li>
292
+
<li>An access to the Sonatype Maven Central as a manager for the Codehaus Cargo project.</li>
293
293
<li><ahref="http://www.gnupg.org/">The GNU privacy guard (GPG)</a> installed on your machine and at least one secret key.
294
294
<ul>
295
295
<li>The secret key's public part must have been uploaded to the <ahref="http://pgp.mit.edu/">MIT PGP Public Key Server</a>.</li>
296
296
</ul></li>
297
297
<li>
298
-
<p>Your Sonatype Nexus credentials provided using your <code>settings.xml</code> file (in the <code>${user.home}/.m2/</code> directory). Here's an example <code>settings.xml</code>:</p>
298
+
<p>YourSonatype Maven Central token provided using your <code>settings.xml</code> file (in the <code>${user.home}/.m2/</code> directory). Here's an example <code>settings.xml</code>:</p>
@@ -378,7 +378,7 @@ <h3 id="Releaseprocedure-Promotingthestagedversion">Promoting the staged version
378
378
<u>Note</u>: The source file (that you need to import using the <strong>Insert</strong> -> <strong>Wiki markup</strong> option manually) is generated in <code>core/documentation/target/project-structure.log</code></li>
379
379
</ul></li>
380
380
<li>Modify the <ahref="Home.html">Home</a> page to update the available version number, the release notes URL the checkbox is pointing to and the release date</li>
381
-
<li>Modify the <ahref="Building.html">Building</a>and <ahref="Maven+3+Plugin+Installation.html">Maven 3 Plugin Installation</a> pages to update the <code>SNAPSHOT</code> version</li>
381
+
<li>Modify the <ahref="Building.html">Building</a>page to update the <code>SNAPSHOT</code> version</li>
382
382
<li>Create a <ahref="https://codehaus-cargo.atlassian.net/wiki/pages/createblogpost.action?spaceKey=CARGO">blog post</a></li>
383
383
<li><ahref="https://codehaus-cargo.atlassian.net/wiki/spaces/exportspacehtml.action?key=CARGO">Export the wiki to a zipped HTML file</a> (select all pages except for the <em>Downloads</em> (including all subsections) page) and add it the <ahref="Downloads.html">Downloads</a> page</li>
384
384
<li>Move the old version to the <ahref="Archived+Downloads.html">Archived Downloads</a> page
0 commit comments