Note: to test this you need to change the POM to reference commons-parent 19.

As this is not yet in an official repo, you will need to add the
following repository definition to your settings.xml:

    <profile>
      <id>Nexus</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>

      <repositories>
        <repository>
          <id>Nexus</id>
          
<url>https://repository.apache.org/content/repositories/orgapachecommons-008</url>
        </repository>
      </repositories>

    </profile>

Or you can add the <repositories> section above to your POM.

Or, if you have downloaded the Tag, just use mvn install.

On 7 March 2011 20:47, sebb <seb...@gmail.com> wrote:
> I think the time has come to formally vote on the updates to Commons
> Skin and Commons Parent.
>
> Maven artifacts:
>
> https://repository.apache.org/content/repositories/orgapachecommons-008/org/apache/commons/
>
> SVN
> https://svn.apache.org/repos/asf/commons/proper/commons-skin/tags/commons-skin-3-RC2/
> and
> https://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-19-RC2/
>
> Commons Skin 3 changes
> ===================
> - commons parent 5 => 18
> - added support for code prettify
> - site.css now uses relative url for referencing css files, so offline
> sites work better
> - added template to support trademark footer; also supports
> $relativePath resolution; adds TM overlay support; allows absolute
> URLs in banner elements
>
> Commons Parent 19 changes
> ======================
> - Apache Parent Pom 7=> 9
> - maven-antrun-plugin 1.3 => 1.5
> - antrun config: change deprecated <tasks> to <target>
> - site plugin 2.0.1 => 2.2
> - surefire 2.7.1 => 2.7.2
> - javadoc 2.5 => 2.7
> - add AL header to site.xml
> - use local copy of commons-logo, rather than linking to commons.a.o
> - always use absolute link for http://commons.a.o/
> - commons skin 2=>3
> - added prettify css/javascript to improve source code formatting
> - license now points to http://www.apache.org/licenses/ as per
> branding guidelines
> - synchronise common menu items with commons-site
> - moved ApacheCon logo under ASF menu, and made it clickable
> - added trademark references to page footers
> - added TM symbol overlays to banner images
>
> Note that Commons Parent depends on Commons Skin 3.
>
> Commons Skin 3 based on RC2
> =======================
>
> [ ] +1
> [ ] -1, because:
>
> Commons Parent 19 based on RC2
> ==========================
>
> [ ] +1
> [ ] -1, because:
>
> Please test the skin and vote!
>
> Thanks!
>
> Vote will remain open for at least 72 hours.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to