You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Paul Spencer (JIRA)" <de...@myfaces.apache.org> on 2006/04/20 18:30:07 UTC

[jira] Commented: (TOMAHAWK-209) MyFaces Sandbox nigthly builds

    [ http://issues.apache.org/jira/browse/TOMAHAWK-209?page=comments#action_12375393 ] 

Paul Spencer commented on TOMAHAWK-209:
---------------------------------------

Even better, make the snapshot available via a Maven 2 repository.  This way the snapshot can be updated when Maven builds the application.

Example Maven, pom.xml, configuration:

<project>
  <groupId>foo</groupId>
  <artifactId>bar</artifactId>
   <packaging>war</packaging>
...
  <dependencies>
    <dependency>
      <groupId>myfaces</groupId> 
      <artifactId>tomahawk</artifactId> 
      <version>1.1.2-SNAPSHOT</version> 
    </dependency>
  </dependencies>
...
  <repositories>
    <repository>
      <id>myfaces.apache.org</id> 
      <url>http://myfaces.apache.org/maven2</url> <!--  I just made this up.  I do not know what the real one is --> 
      <snapshots>
        <enabled>true</enabled>  <!-- Snapshot are stored in this repository -->
      </snapshots>
      <releases>
        <enabled>false</enabled> 
      </releases>
    </repository>
  </repositories>
...
</project>


> MyFaces Sandbox nigthly builds
> ------------------------------
>
>          Key: TOMAHAWK-209
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-209
>      Project: MyFaces Tomahawk
>         Type: Task

>     Versions: 1.1.2-SNAPSHOT
>     Reporter: Rogério Pereira Araújo

>
> I would like have tomahawk sandbox nigthly builds avaliable at myfaces website since the firewall in my work blocks svn ports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira