Re: Curious behaviour for version element in parent element of pom

2006-07-25 Thread Denis Cabasson


Zeltner Martin wrote:
 
 In the ~/.m2/settings.xml I've created a profile which is always active
 and has property el4j.version set to 1.1-SNAPSHOT.
 

Have you tried renaming your property, to another, less error prone, name?
(say foobar?)

Denis.
-- 
View this message in context: 
http://www.nabble.com/Curious-behaviour-for-version-element-in-parent-element-of-pom-tf1996891.html#a5482299
Sent from the Maven - Users forum at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Curious behaviour for version element in parent element of pom

2006-07-25 Thread Zeltner Martin
Yes, (tried abc) but it won't. 

Here's my output:
**
$ mvn -N install
[INFO] Scanning for projects...
[INFO]


[INFO] Building EL4J framework
[INFO]task-segment: [install]
[INFO]


Downloading:
http://el4.elca-services.ch/el4j/maven2repository/ch/elca/el4j/el4j/${ab
c}/el4j-${abc}.pom
[WARNING] Unable to get resource from repository el4jPluginRepository
(http://el4.elca-services.ch/el4j/maven2repository
)
Downloading:
http://repo1.maven.org/maven2/ch/elca/el4j/el4j/${abc}/el4j-${abc}.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
Downloading:
http://el4.elca-services.ch/el4j/maven2repository/ch/elca/el4j/el4j/${ab
c}/el4j-${abc}.pom
[WARNING] Unable to get resource from repository el4jModuleRepository
(http://el4.elca-services.ch/el4j/maven2repository
)
Downloading:
http://repo1.maven.org/maven2/ch/elca/el4j/el4j/${abc}/el4j-${abc}.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.

GroupId: ch.elca.el4j
ArtifactId: el4j
Version: ${abc}

Reason: Unable to download the artifact from any repository

  ch.elca.el4j:el4j:pom:${abc}

from the specified remote repositories:
  el4jPluginRepository
(http://el4.elca-services.ch/el4j/maven2repository),
  central (http://repo1.maven.org/maven2),
  el4jModuleRepository
(http://el4.elca-services.ch/el4j/maven2repository)


[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 2 seconds
[INFO] Finished at: Tue Jul 25 11:44:32 CEST 2006
[INFO] Final Memory: 3M/5M
[INFO]

FATAL ERROR: Unable to configure the Maven application
For more information, run with the -e flag
**

Cheers,
Martin







 -Original Message-
 From: Denis Cabasson [mailto:[EMAIL PROTECTED] 
 Sent: Dienstag, 25. Juli 2006 11:34
 To: users@maven.apache.org
 Subject: Re: Curious behaviour for version element in parent 
 element of pom
 
 
 
 Zeltner Martin wrote:
  
  In the ~/.m2/settings.xml I've created a profile which is 
 always active
  and has property el4j.version set to 1.1-SNAPSHOT.
  
 
 Have you tried renaming your property, to another, less error 
 prone, name?
 (say foobar?)
 
 Denis.
 -- 
 View this message in context: 
 http://www.nabble.com/Curious-behaviour-for-version-element-in
 -parent-element-of-pom-tf1996891.html#a5482299
 Sent from the Maven - Users forum at Nabble.com.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]