The new Apache TLP pom is *well* documented :-/ You'll probably need an account to be able to deploy there (via https). ATM we're only able to use this in CI to deploy snapshots, as CI uses it's own account. To deploy released stuff we still need to go the 'old' way, which is done by using an alternative url. For me this worked to deploy the skins.Hope you'll succeed as well. It's somehow related with the use of the new repository manager NEXUS the introduce (https://repository.apache.org/index.html)
Felix PS: I haven't found any documentation about what shall/must be done when using TLP pom 5. > Looking at the apache-5.pom file, looks like the release server as been > changed since apache-4.pom... > apache-5.pom: > ============== > <repository> > <id>apache.releases.https</id> > <name>Apache Release Distribution Repository</name> > > <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> > </repository> > ============== > apache-4.pom: > <repository> > <id>apache.releases</id> > <name>Apache Release Distribution Repository</name> > > > <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository > <http://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository></url> > </repository> >
