• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: [Wonder-disc] [ANN] WOCommunity Maven Repository
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wonder-disc] [ANN] WOCommunity Maven Repository


  • Subject: Re: [Wonder-disc] [ANN] WOCommunity Maven Repository
  • From: Pascal Robert <email@hidden>
  • Date: Wed, 18 Mar 2009 14:51:46 -0400

I think Enrique is on a mission to switch you over to Maven at WOWODC West :-)

Only users lose drugs.  Just say No! to Maven.  :-P


Chuck hanging out smoking behind the school


On Mar 18, 2009, at 11:40 AM, Hugi Thordarson wrote:

Goddammit....

In short; this means I have to start using Maven to be considered one of the Cool Kids, right?

- hugi



// Hugi Thordarson
// http://hugi.karlmenn.is/



On 18.3.2009, at 16:31, Henrique Prange wrote:

Hello,

The WOProject and the Wonder teams are pleased to announce the new Maven repository for WebObjects developers.

The WOCommunity Maven Repository is a place to host all the WOProject Maven plug-ins + Wonder libraries. You can browse and search for artifacts through the nice Nexus interface by accessing [1]. You should update your settings.xml to reflect the change. Attached is an example of how the configuration should look.

If you already use Maven, now you don't need to download the Wonder source and build with Maven to get the required dependencies into your local repository. You can declare Wonder SNAPSHOT dependencies in the project's pom.xml and run Maven with the -U option to automatically download the latest SNAPSHOT build. Wonder SNAPSHOTs will be deployed to WOCommunity repository as soon as a change is committed into the SVN repository.

If you need to make a release of your project, Maven will require fixed versions (non SNAPSHOT) for your dependencies. The new repository also contains releases of Wonder, starting with 5.0.0- r9050. 'r9050' is the SVN revision used to make the Wonder release. Wonder releases will be made periodically (biweekly or monthly - not defined yet).

I would like to thank Lachlan Deck for his research and the patch that make the deployment of Wonder releases possible, Pascal Robert for offering the WOCommunity server to host the service and the Moleque de Idéias team for providing support and hardware in this initial phase.

Enjoy!

[1] http://maven.wocommunity.org

Cheers,

Henrique

PS: We really recommend you to use a Repository Manager to act as a proxy of the WOCommunity Maven Repository. This way we save bandwidth and you avoid problems if the repository become unavailable for some reason.
<settings xmlns="http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd";>
<pluginGroups>
<pluginGroup>org.objectstyle.woproject.maven2</pluginGroup>
</pluginGroups>


<profiles>
<profile>
<id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>wocommunity.releases</id>
<name>WOCommunity Releases Repository</name>
<url>
http://maven.wocommunity.org/content/groups/public
</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>wocommunity.snapshots</id>
<name>WOCommunity Snapshots Repository</name>
<url>
http://maven.wocommunity.org/content/groups/public-snapshots
</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>wocommunity.releases</id>
<name>WOCommunity Releases Repository</name>
<url>
http://maven.wocommunity.org/content/groups/public
</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>wocommunity.snapshots</id>
<name>WOCommunity Snapshots Repository</name>
<url>
http://maven.wocommunity.org/content/groups/public-snapshots
</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
</ settings > ------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com_______________________________________________
Wonder-disc mailing list
email@hidden
https://lists.sourceforge.net/lists/listinfo/wonder-disc

_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


-- Chuck Hill Senior Consultant / VP Development

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects







_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden


-------------------------------------------------------
Pascal Robert

http://www.macti.ca
http://www.aircourriel.com
http://www.linkedin.com/in/macti

Skype: MacTICanada
AIM/iChat : MacTICanada

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: [Wonder-disc] [ANN] WOCommunity Maven Repository
      • From: Chuck Hill <email@hidden>
References: 
 >[ANN] WOCommunity Maven Repository (From: Henrique Prange <email@hidden>)
 >Re: [Wonder-disc] [ANN] WOCommunity Maven Repository (From: Hugi Thordarson <email@hidden>)
 >Re: [Wonder-disc] [ANN] WOCommunity Maven Repository (From: Chuck Hill <email@hidden>)

  • Prev by Date: Re: [Wonder-disc] [ANN] WOCommunity Maven Repository
  • Next by Date: Re: Unique Fields in Database
  • Previous by thread: Re: [Wonder-disc] [ANN] WOCommunity Maven Repository
  • Next by thread: Re: [Wonder-disc] [ANN] WOCommunity Maven Repository
  • Index(es):
    • Date
    • Thread