You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by an...@apache.org on 2009/10/11 15:59:36 UTC

svn commit: r824078 - /cayenne/main/trunk/pom.xml

Author: andrey
Date: Sun Oct 11 13:59:36 2009
New Revision: 824078

URL: http://svn.apache.org/viewvc?rev=824078&view=rev
Log:
changing surefire version

Modified:
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=824078&r1=824077&r2=824078&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Sun Oct 11 13:59:36 2009
@@ -513,7 +513,7 @@
 			</dependency>
 		</dependencies>
 	</dependencyManagement>
-
+	
 	<repositories>
 		<repository>
 			<id>apache-snapshots</id>
@@ -546,6 +546,20 @@
 				<enabled>true</enabled>
 			</releases>
 		</pluginRepository>
+		<pluginRepository>
+			<id>plugin-snapshots</id>
+			<name>Apache Snapshots Repository</name>
+			<url>http://repository.apache.org/snapshots/</url>
+			<layout>default</layout>
+			<snapshots>
+				<enabled>true</enabled>
+				<updatePolicy>weekly</updatePolicy>
+				<checksumPolicy>ignore</checksumPolicy>
+			</snapshots>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+		</pluginRepository>
 	</pluginRepositories>
 
 	<build>
@@ -553,6 +567,7 @@
 		<plugins>
 			<plugin>
 				<artifactId>maven-surefire-plugin</artifactId>
+				<version>2.5-SNAPSHOT</version>                                
 				<configuration>
 					<argLine>
 						-Dcayenne.test.connection=${cayenne.test.connection} -Djava.net.preferIPv4Stack=true



Re: svn commit: r824078 - /cayenne/main/trunk/pom.xml

Posted by Andrey Razumovsky <ra...@gmail.com>.
OK, let's then copy Surefire to our repo until official Surefire release.
I've asked Maven guys, they advice not to rely on snapshot and use a local
version. Asked them to release 2.5, you can vote here:
 http://jira.codehaus.org/browse/SUREFIRE-578

2009/10/12 Aristedes Maniatis <ar...@maniatis.org>

> On 12/10/09 7:35 AM, Lachlan Deck wrote:
>
>> And given that this is just for your hudson environment... wouldn't it
>> be better to use a profile so that it's isolated.
>>
>
> Perhaps. On the other hand, it is better is the CI environment is identical
> so that any problems are identified there and not once we've built artifacts
> to distribute to the world.
>
> On 12/10/09 4:32 AM, Andrus Adamchik wrote:
>
>> BTW, as a backup plan I can import all needed snapshots to
>> http://objectstyle.org/maven2/ which is already referenced from Cayenne
>> POMs. Just give me a list of artifacts.
>>
>
> That is probably a good idea. We just need the snapshot version of surefire
> to get around this bracket bug. I don't see an obvious way to avoid the
> brackets in Hudson without affecting every other project in Hudson, and I
> don't want to be responsible for widespread breakage...
>
> Anyhow, Andrey has patched it for now. Let me see about the mail server.
>
> Ari
>
>
> --
>
> -------------------------->
> Aristedes Maniatis
> GPG fingerprint CBFB 84B4 738D 4E87 5E5C  5EFA EF6A 7D2E 3E49 102A
>



-- 
Andrey

Re: svn commit: r824078 - /cayenne/main/trunk/pom.xml

Posted by Aristedes Maniatis <ar...@maniatis.org>.
On 12/10/09 7:35 AM, Lachlan Deck wrote:
> And given that this is just for your hudson environment... wouldn't it
> be better to use a profile so that it's isolated.

Perhaps. On the other hand, it is better is the CI environment is identical so that any problems are identified there and not once we've built artifacts to distribute to the world.

On 12/10/09 4:32 AM, Andrus Adamchik wrote:
> BTW, as a backup plan I can import all needed snapshots to
> http://objectstyle.org/maven2/ which is already referenced from Cayenne
> POMs. Just give me a list of artifacts.

That is probably a good idea. We just need the snapshot version of surefire to get around this bracket bug. I don't see an obvious way to avoid the brackets in Hudson without affecting every other project in Hudson, and I don't want to be responsible for widespread breakage...

Anyhow, Andrey has patched it for now. Let me see about the mail server.

Ari


-- 

-------------------------->
Aristedes Maniatis
GPG fingerprint CBFB 84B4 738D 4E87 5E5C  5EFA EF6A 7D2E 3E49 102A

Re: svn commit: r824078 - /cayenne/main/trunk/pom.xml

Posted by Lachlan Deck <la...@gmail.com>.
On 12/10/2009, at 1:07 AM, Andrus Adamchik wrote:

> Wonder if that's such a good idea?
>
> The last time we had dependencies from snapshot repository on people.apache.org 
> , we had a major problem when it got wiped out without warning one  
> day. Maybe worth checking with either infra, or the maven dev list  
> whether they promise any kind of stability on repository.apache.org,  
> and what is their snapshot pruning policy.
>
> I dread the return of the days of broken Maven builds from the not  
> so distant past.

And given that this is just for your hudson environment... wouldn't it  
be better to use a profile so that it's isolated.

> Andrus
>
> On Oct 11, 2009, at 4:59 PM, andrey@apache.org wrote:
>> Author: andrey
>> Date: Sun Oct 11 13:59:36 2009
>> New Revision: 824078
>>
>> URL: http://svn.apache.org/viewvc?rev=824078&view=rev
>> Log:
>> changing surefire version
>>
>> Modified:
>>  cayenne/main/trunk/pom.xml
>>
>> Modified: cayenne/main/trunk/pom.xml
>> URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=824078&r1=824077&r2=824078&view=diff
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> = 
>> =====================================================================
>> --- cayenne/main/trunk/pom.xml (original)
>> +++ cayenne/main/trunk/pom.xml Sun Oct 11 13:59:36 2009
>> @@ -513,7 +513,7 @@
>> 			</dependency>
>> 		</dependencies>
>> 	</dependencyManagement>
>> -
>> +	
>> 	<repositories>
>> 		<repository>
>> 			<id>apache-snapshots</id>
>> @@ -546,6 +546,20 @@
>> 				<enabled>true</enabled>
>> 			</releases>
>> 		</pluginRepository>
>> +		<pluginRepository>
>> +			<id>plugin-snapshots</id>
>> +			<name>Apache Snapshots Repository</name>
>> +			<url>http://repository.apache.org/snapshots/</url>
>> +			<layout>default</layout>
>> +			<snapshots>
>> +				<enabled>true</enabled>
>> +				<updatePolicy>weekly</updatePolicy>
>> +				<checksumPolicy>ignore</checksumPolicy>
>> +			</snapshots>
>> +			<releases>
>> +				<enabled>false</enabled>
>> +			</releases>
>> +		</pluginRepository>
>> 	</pluginRepositories>
>>
>> 	<build>
>> @@ -553,6 +567,7 @@
>> 		<plugins>
>> 			<plugin>
>> 				<artifactId>maven-surefire-plugin</artifactId>
>> +				<version>2.5-SNAPSHOT</version>
>> 				<configuration>
>> 					<argLine>
>> 						-Dcayenne.test.connection=${cayenne.test.connection} - 
>> Djava.net.preferIPv4Stack=true
>>
>>
>>
>

with regards,
--

Lachlan Deck




Re: svn commit: r824078 - /cayenne/main/trunk/pom.xml

Posted by Andrey Razumovsky <ra...@gmail.com>.
Now yet another problem. JDK1.5 doesn't want to send a email - see the very
end of log:
http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/6/jdk=JDK%201.5%20%28latest%29/console

2009/10/11 Andrey Razumovsky <ra...@gmail.com>

> Now we have same problem with building the documentation POM..
>
>
> 2009/10/11 Andrey Razumovsky <ra...@gmail.com>
>
>> And, let's first see whether it builds successfully :-)
>>
>> 2009/10/11 Andrey Razumovsky <ra...@gmail.com>
>>
>> Well, as already mentioned, we need surefire-2.5, which is in that repo.
>>> I'm afraid I don't know whom to ask about stability of the repo. BTW, Ari,
>>> can we somehow workaround the issue? Maybe remove parenthesis from project
>>> name?
>>>
>>> 2009/10/11 Andrus Adamchik <an...@objectstyle.org>
>>>
>>> Wonder if that's such a good idea?
>>>>
>>>> The last time we had dependencies from snapshot repository on
>>>> people.apache.org, we had a major problem when it got wiped out without
>>>> warning one day. Maybe worth checking with either infra, or the maven dev
>>>> list whether they promise any kind of stability on
>>>> repository.apache.org, and what is their snapshot pruning policy.
>>>>
>>>> I dread the return of the days of broken Maven builds from the not so
>>>> distant past.
>>>>
>>>> Andrus
>>>>
>>>>
>>>>
>>>> On Oct 11, 2009, at 4:59 PM, andrey@apache.org wrote:
>>>>
>>>>> Author: andrey
>>>>> Date: Sun Oct 11 13:59:36 2009
>>>>> New Revision: 824078
>>>>>
>>>>> URL: http://svn.apache.org/viewvc?rev=824078&view=rev
>>>>> Log:
>>>>> changing surefire version
>>>>>
>>>>> Modified:
>>>>>  cayenne/main/trunk/pom.xml
>>>>>
>>>>> Modified: cayenne/main/trunk/pom.xml
>>>>> URL:
>>>>> http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=824078&r1=824077&r2=824078&view=diff
>>>>>
>>>>> ==============================================================================
>>>>> --- cayenne/main/trunk/pom.xml (original)
>>>>> +++ cayenne/main/trunk/pom.xml Sun Oct 11 13:59:36 2009
>>>>> @@ -513,7 +513,7 @@
>>>>>                        </dependency>
>>>>>                </dependencies>
>>>>>        </dependencyManagement>
>>>>> -
>>>>> +
>>>>>        <repositories>
>>>>>                <repository>
>>>>>                        <id>apache-snapshots</id>
>>>>> @@ -546,6 +546,20 @@
>>>>>                                <enabled>true</enabled>
>>>>>                        </releases>
>>>>>                </pluginRepository>
>>>>> +               <pluginRepository>
>>>>> +                       <id>plugin-snapshots</id>
>>>>> +                       <name>Apache Snapshots Repository</name>
>>>>> +                       <url>http://repository.apache.org/snapshots/
>>>>> </url>
>>>>> +                       <layout>default</layout>
>>>>> +                       <snapshots>
>>>>> +                               <enabled>true</enabled>
>>>>> +                               <updatePolicy>weekly</updatePolicy>
>>>>> +                               <checksumPolicy>ignore</checksumPolicy>
>>>>> +                       </snapshots>
>>>>> +                       <releases>
>>>>> +                               <enabled>false</enabled>
>>>>> +                       </releases>
>>>>> +               </pluginRepository>
>>>>>        </pluginRepositories>
>>>>>
>>>>>        <build>
>>>>> @@ -553,6 +567,7 @@
>>>>>                <plugins>
>>>>>                        <plugin>
>>>>>
>>>>>  <artifactId>maven-surefire-plugin</artifactId>
>>>>> +                               <version>2.5-SNAPSHOT</version>
>>>>>                                <configuration>
>>>>>                                        <argLine>
>>>>>
>>>>>  -Dcayenne.test.connection=${cayenne.test.connection}
>>>>> -Djava.net.preferIPv4Stack=true
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>> --
>>> Andrey
>>>
>>
>>
>>
>> --
>> Andrey
>>
>
>
>
> --
> Andrey
>



-- 
Andrey

Re: svn commit: r824078 - /cayenne/main/trunk/pom.xml

Posted by Andrey Razumovsky <ra...@gmail.com>.
Now we have same problem with building the documentation POM..

2009/10/11 Andrey Razumovsky <ra...@gmail.com>

> And, let's first see whether it builds successfully :-)
>
> 2009/10/11 Andrey Razumovsky <ra...@gmail.com>
>
> Well, as already mentioned, we need surefire-2.5, which is in that repo.
>> I'm afraid I don't know whom to ask about stability of the repo. BTW, Ari,
>> can we somehow workaround the issue? Maybe remove parenthesis from project
>> name?
>>
>> 2009/10/11 Andrus Adamchik <an...@objectstyle.org>
>>
>> Wonder if that's such a good idea?
>>>
>>> The last time we had dependencies from snapshot repository on
>>> people.apache.org, we had a major problem when it got wiped out without
>>> warning one day. Maybe worth checking with either infra, or the maven dev
>>> list whether they promise any kind of stability on repository.apache.org,
>>> and what is their snapshot pruning policy.
>>>
>>> I dread the return of the days of broken Maven builds from the not so
>>> distant past.
>>>
>>> Andrus
>>>
>>>
>>>
>>> On Oct 11, 2009, at 4:59 PM, andrey@apache.org wrote:
>>>
>>>> Author: andrey
>>>> Date: Sun Oct 11 13:59:36 2009
>>>> New Revision: 824078
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=824078&view=rev
>>>> Log:
>>>> changing surefire version
>>>>
>>>> Modified:
>>>>  cayenne/main/trunk/pom.xml
>>>>
>>>> Modified: cayenne/main/trunk/pom.xml
>>>> URL:
>>>> http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=824078&r1=824077&r2=824078&view=diff
>>>>
>>>> ==============================================================================
>>>> --- cayenne/main/trunk/pom.xml (original)
>>>> +++ cayenne/main/trunk/pom.xml Sun Oct 11 13:59:36 2009
>>>> @@ -513,7 +513,7 @@
>>>>                        </dependency>
>>>>                </dependencies>
>>>>        </dependencyManagement>
>>>> -
>>>> +
>>>>        <repositories>
>>>>                <repository>
>>>>                        <id>apache-snapshots</id>
>>>> @@ -546,6 +546,20 @@
>>>>                                <enabled>true</enabled>
>>>>                        </releases>
>>>>                </pluginRepository>
>>>> +               <pluginRepository>
>>>> +                       <id>plugin-snapshots</id>
>>>> +                       <name>Apache Snapshots Repository</name>
>>>> +                       <url>http://repository.apache.org/snapshots/
>>>> </url>
>>>> +                       <layout>default</layout>
>>>> +                       <snapshots>
>>>> +                               <enabled>true</enabled>
>>>> +                               <updatePolicy>weekly</updatePolicy>
>>>> +                               <checksumPolicy>ignore</checksumPolicy>
>>>> +                       </snapshots>
>>>> +                       <releases>
>>>> +                               <enabled>false</enabled>
>>>> +                       </releases>
>>>> +               </pluginRepository>
>>>>        </pluginRepositories>
>>>>
>>>>        <build>
>>>> @@ -553,6 +567,7 @@
>>>>                <plugins>
>>>>                        <plugin>
>>>>
>>>>  <artifactId>maven-surefire-plugin</artifactId>
>>>> +                               <version>2.5-SNAPSHOT</version>
>>>>                                <configuration>
>>>>                                        <argLine>
>>>>
>>>>  -Dcayenne.test.connection=${cayenne.test.connection}
>>>> -Djava.net.preferIPv4Stack=true
>>>>
>>>>
>>>>
>>>>
>>>
>>
>>
>> --
>> Andrey
>>
>
>
>
> --
> Andrey
>



-- 
Andrey

Re: svn commit: r824078 - /cayenne/main/trunk/pom.xml

Posted by Andrey Razumovsky <ra...@gmail.com>.
And, let's first see whether it builds successfully :-)

2009/10/11 Andrey Razumovsky <ra...@gmail.com>

> Well, as already mentioned, we need surefire-2.5, which is in that repo.
> I'm afraid I don't know whom to ask about stability of the repo. BTW, Ari,
> can we somehow workaround the issue? Maybe remove parenthesis from project
> name?
>
> 2009/10/11 Andrus Adamchik <an...@objectstyle.org>
>
> Wonder if that's such a good idea?
>>
>> The last time we had dependencies from snapshot repository on
>> people.apache.org, we had a major problem when it got wiped out without
>> warning one day. Maybe worth checking with either infra, or the maven dev
>> list whether they promise any kind of stability on repository.apache.org,
>> and what is their snapshot pruning policy.
>>
>> I dread the return of the days of broken Maven builds from the not so
>> distant past.
>>
>> Andrus
>>
>>
>>
>> On Oct 11, 2009, at 4:59 PM, andrey@apache.org wrote:
>>
>>> Author: andrey
>>> Date: Sun Oct 11 13:59:36 2009
>>> New Revision: 824078
>>>
>>> URL: http://svn.apache.org/viewvc?rev=824078&view=rev
>>> Log:
>>> changing surefire version
>>>
>>> Modified:
>>>  cayenne/main/trunk/pom.xml
>>>
>>> Modified: cayenne/main/trunk/pom.xml
>>> URL:
>>> http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=824078&r1=824077&r2=824078&view=diff
>>>
>>> ==============================================================================
>>> --- cayenne/main/trunk/pom.xml (original)
>>> +++ cayenne/main/trunk/pom.xml Sun Oct 11 13:59:36 2009
>>> @@ -513,7 +513,7 @@
>>>                        </dependency>
>>>                </dependencies>
>>>        </dependencyManagement>
>>> -
>>> +
>>>        <repositories>
>>>                <repository>
>>>                        <id>apache-snapshots</id>
>>> @@ -546,6 +546,20 @@
>>>                                <enabled>true</enabled>
>>>                        </releases>
>>>                </pluginRepository>
>>> +               <pluginRepository>
>>> +                       <id>plugin-snapshots</id>
>>> +                       <name>Apache Snapshots Repository</name>
>>> +                       <url>http://repository.apache.org/snapshots/
>>> </url>
>>> +                       <layout>default</layout>
>>> +                       <snapshots>
>>> +                               <enabled>true</enabled>
>>> +                               <updatePolicy>weekly</updatePolicy>
>>> +                               <checksumPolicy>ignore</checksumPolicy>
>>> +                       </snapshots>
>>> +                       <releases>
>>> +                               <enabled>false</enabled>
>>> +                       </releases>
>>> +               </pluginRepository>
>>>        </pluginRepositories>
>>>
>>>        <build>
>>> @@ -553,6 +567,7 @@
>>>                <plugins>
>>>                        <plugin>
>>>
>>>  <artifactId>maven-surefire-plugin</artifactId>
>>> +                               <version>2.5-SNAPSHOT</version>
>>>                                <configuration>
>>>                                        <argLine>
>>>
>>>  -Dcayenne.test.connection=${cayenne.test.connection}
>>> -Djava.net.preferIPv4Stack=true
>>>
>>>
>>>
>>>
>>
>
>
> --
> Andrey
>



-- 
Andrey

Re: svn commit: r824078 - /cayenne/main/trunk/pom.xml

Posted by Andrus Adamchik <an...@objectstyle.org>.
BTW, as a backup plan I can import all needed snapshots to http://objectstyle.org/maven2/ 
  which is already referenced from Cayenne POMs. Just give me a list  
of artifacts.

Andrus

On Oct 11, 2009, at 5:24 PM, Andrus Adamchik wrote:

>
> On Oct 11, 2009, at 5:14 PM, Andrey Razumovsky wrote:
>
>> Well, as already mentioned, we need surefire-2.5, which is in that  
>> repo.
>
> It's not much help if that snapshot gets deleted from there tomorrow  
> without telling us, which is a real possibility, as it happened  
> before.
>
>> I'm afraid I don't know whom to ask about stability of the repo.
>
> You may start with infrastructure@a.o
>
> Andrus
>


Re: svn commit: r824078 - /cayenne/main/trunk/pom.xml

Posted by Andrus Adamchik <an...@objectstyle.org>.
On Oct 11, 2009, at 5:14 PM, Andrey Razumovsky wrote:

> Well, as already mentioned, we need surefire-2.5, which is in that  
> repo.

It's not much help if that snapshot gets deleted from there tomorrow  
without telling us, which is a real possibility, as it happened before.

>  I'm afraid I don't know whom to ask about stability of the repo.

You may start with infrastructure@a.o

Andrus

Re: svn commit: r824078 - /cayenne/main/trunk/pom.xml

Posted by Andrey Razumovsky <ra...@gmail.com>.
Well, as already mentioned, we need surefire-2.5, which is in that repo. I'm
afraid I don't know whom to ask about stability of the repo. BTW, Ari, can
we somehow workaround the issue? Maybe remove parenthesis from project name?

2009/10/11 Andrus Adamchik <an...@objectstyle.org>

> Wonder if that's such a good idea?
>
> The last time we had dependencies from snapshot repository on
> people.apache.org, we had a major problem when it got wiped out without
> warning one day. Maybe worth checking with either infra, or the maven dev
> list whether they promise any kind of stability on repository.apache.org,
> and what is their snapshot pruning policy.
>
> I dread the return of the days of broken Maven builds from the not so
> distant past.
>
> Andrus
>
>
>
> On Oct 11, 2009, at 4:59 PM, andrey@apache.org wrote:
>
>> Author: andrey
>> Date: Sun Oct 11 13:59:36 2009
>> New Revision: 824078
>>
>> URL: http://svn.apache.org/viewvc?rev=824078&view=rev
>> Log:
>> changing surefire version
>>
>> Modified:
>>  cayenne/main/trunk/pom.xml
>>
>> Modified: cayenne/main/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=824078&r1=824077&r2=824078&view=diff
>>
>> ==============================================================================
>> --- cayenne/main/trunk/pom.xml (original)
>> +++ cayenne/main/trunk/pom.xml Sun Oct 11 13:59:36 2009
>> @@ -513,7 +513,7 @@
>>                        </dependency>
>>                </dependencies>
>>        </dependencyManagement>
>> -
>> +
>>        <repositories>
>>                <repository>
>>                        <id>apache-snapshots</id>
>> @@ -546,6 +546,20 @@
>>                                <enabled>true</enabled>
>>                        </releases>
>>                </pluginRepository>
>> +               <pluginRepository>
>> +                       <id>plugin-snapshots</id>
>> +                       <name>Apache Snapshots Repository</name>
>> +                       <url>http://repository.apache.org/snapshots/
>> </url>
>> +                       <layout>default</layout>
>> +                       <snapshots>
>> +                               <enabled>true</enabled>
>> +                               <updatePolicy>weekly</updatePolicy>
>> +                               <checksumPolicy>ignore</checksumPolicy>
>> +                       </snapshots>
>> +                       <releases>
>> +                               <enabled>false</enabled>
>> +                       </releases>
>> +               </pluginRepository>
>>        </pluginRepositories>
>>
>>        <build>
>> @@ -553,6 +567,7 @@
>>                <plugins>
>>                        <plugin>
>>
>>  <artifactId>maven-surefire-plugin</artifactId>
>> +                               <version>2.5-SNAPSHOT</version>
>>                                <configuration>
>>                                        <argLine>
>>
>>  -Dcayenne.test.connection=${cayenne.test.connection}
>> -Djava.net.preferIPv4Stack=true
>>
>>
>>
>>
>


-- 
Andrey

Re: svn commit: r824078 - /cayenne/main/trunk/pom.xml

Posted by Andrus Adamchik <an...@objectstyle.org>.
Wonder if that's such a good idea?

The last time we had dependencies from snapshot repository on  
people.apache.org, we had a major problem when it got wiped out  
without warning one day. Maybe worth checking with either infra, or  
the maven dev list whether they promise any kind of stability on  
repository.apache.org, and what is their snapshot pruning policy.

I dread the return of the days of broken Maven builds from the not so  
distant past.

Andrus


On Oct 11, 2009, at 4:59 PM, andrey@apache.org wrote:
> Author: andrey
> Date: Sun Oct 11 13:59:36 2009
> New Revision: 824078
>
> URL: http://svn.apache.org/viewvc?rev=824078&view=rev
> Log:
> changing surefire version
>
> Modified:
>   cayenne/main/trunk/pom.xml
>
> Modified: cayenne/main/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=824078&r1=824077&r2=824078&view=diff
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- cayenne/main/trunk/pom.xml (original)
> +++ cayenne/main/trunk/pom.xml Sun Oct 11 13:59:36 2009
> @@ -513,7 +513,7 @@
> 			</dependency>
> 		</dependencies>
> 	</dependencyManagement>
> -
> +	
> 	<repositories>
> 		<repository>
> 			<id>apache-snapshots</id>
> @@ -546,6 +546,20 @@
> 				<enabled>true</enabled>
> 			</releases>
> 		</pluginRepository>
> +		<pluginRepository>
> +			<id>plugin-snapshots</id>
> +			<name>Apache Snapshots Repository</name>
> +			<url>http://repository.apache.org/snapshots/</url>
> +			<layout>default</layout>
> +			<snapshots>
> +				<enabled>true</enabled>
> +				<updatePolicy>weekly</updatePolicy>
> +				<checksumPolicy>ignore</checksumPolicy>
> +			</snapshots>
> +			<releases>
> +				<enabled>false</enabled>
> +			</releases>
> +		</pluginRepository>
> 	</pluginRepositories>
>
> 	<build>
> @@ -553,6 +567,7 @@
> 		<plugins>
> 			<plugin>
> 				<artifactId>maven-surefire-plugin</artifactId>
> +				<version>2.5-SNAPSHOT</version>
> 				<configuration>
> 					<argLine>
> 						-Dcayenne.test.connection=${cayenne.test.connection} - 
> Djava.net.preferIPv4Stack=true
>
>
>