You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Robin Helgelin <lo...@gmail.com> on 2008/05/28 21:26:27 UTC

Maven problems

Hi,

I must be doing something wrong, when trying to use snapshots, or
maven is just plain stupid, maybe I'm the stupid one :)

	<dependencies>
		<dependency>
			<groupId>org.apache.tapestry</groupId>
			<artifactId>tapestry-core</artifactId>
			<version>${tapestry-release-version}</version>
		</dependency>
	</dependencies>
	<properties>
		<tapestry-release-version>5.0.12-SNAPSHOT</tapestry-release-version>
	</properties>
	<repositories>
		<repository>
			<id>tapestry.snapshots</id>
			<url>http://tapestry.formos.com/maven-snapshot-repository</url>
			<releases>
				<enabled>false</enabled>
			</releases>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</repository>
	</repositories>

Maven output:
Downloading: http://tapestry.formos.com/maven-snapshot-repository/org/apache/tapestry/tapestry-core/5.0.12-SNAPSHOT/tapestry-core-5.0.12-SNAPSHOT.pom
Downloading: http://tapestry.formos.com/maven-snapshot-repository/org/apache/tapestry/tapestry-core/5.0.12-SNAPSHOT/tapestry-core-5.0.12-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

I believe maven, as those files doesn't exist, by why? And how to fix it?

-- 
 regards,
 Robin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Maven problems

Posted by Robin Helgelin <lo...@gmail.com>.
On Thu, May 29, 2008 at 9:18 AM, Filip S. Adamsen <fs...@fsadev.com> wrote:
> Probably network issues or some such, then.

I don't think so, I think maven cached something it shouldn't have.
Before downloading the correct jar-files, maven outputted this today,
which it didn't yesterday.

[INFO] snapshot org.apache.tapestry:tapestry-core:5.0.12-SNAPSHOT:
checking for updates from tapestry.snapshots

Anyhow, deleting ~/.m2 probably would have solved my problems
yesterday as well. :)

-- 
 regards,
 Robin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Maven problems

Posted by "Filip S. Adamsen" <fs...@fsadev.com>.
Probably network issues or some such, then.

-Filip

Robin Helgelin skrev:
> On Wed, May 28, 2008 at 10:19 PM, Filip S. Adamsen <fs...@fsadev.com> wrote:
>> Hi Robin,
> 
> Hi.
> 
>> Is that the complete output from Maven? It's usually more detailed...
> 
> I skipped the non vital parts :)
> 
>> It looks alright to me, though.
> 
> Yes, and the matter of facts it actually works today makes me wonder even more.
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Maven problems

Posted by Robin Helgelin <lo...@gmail.com>.
On Wed, May 28, 2008 at 10:19 PM, Filip S. Adamsen <fs...@fsadev.com> wrote:
> Hi Robin,

Hi.

> Is that the complete output from Maven? It's usually more detailed...

I skipped the non vital parts :)

> It looks alright to me, though.

Yes, and the matter of facts it actually works today makes me wonder even more.

-- 
 regards,
 Robin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Maven problems

Posted by "Filip S. Adamsen" <fs...@fsadev.com>.
Hi Robin,

Is that the complete output from Maven? It's usually more detailed...

It looks alright to me, though.

-Filip

On 2008-05-28 21:26, Robin Helgelin wrote:
> Hi,
> 
> I must be doing something wrong, when trying to use snapshots, or
> maven is just plain stupid, maybe I'm the stupid one :)
> 
> 	<dependencies>
> 		<dependency>
> 			<groupId>org.apache.tapestry</groupId>
> 			<artifactId>tapestry-core</artifactId>
> 			<version>${tapestry-release-version}</version>
> 		</dependency>
> 	</dependencies>
> 	<properties>
> 		<tapestry-release-version>5.0.12-SNAPSHOT</tapestry-release-version>
> 	</properties>
> 	<repositories>
> 		<repository>
> 			<id>tapestry.snapshots</id>
> 			<url>http://tapestry.formos.com/maven-snapshot-repository</url>
> 			<releases>
> 				<enabled>false</enabled>
> 			</releases>
> 			<snapshots>
> 				<enabled>true</enabled>
> 			</snapshots>
> 		</repository>
> 	</repositories>
> 
> Maven output:
> Downloading: http://tapestry.formos.com/maven-snapshot-repository/org/apache/tapestry/tapestry-core/5.0.12-SNAPSHOT/tapestry-core-5.0.12-SNAPSHOT.pom
> Downloading: http://tapestry.formos.com/maven-snapshot-repository/org/apache/tapestry/tapestry-core/5.0.12-SNAPSHOT/tapestry-core-5.0.12-SNAPSHOT.jar
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> 
> I believe maven, as those files doesn't exist, by why? And how to fix it?
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org