how to use maven?

2008-03-22 Thread luna_guo

i use maven plugin ,and add the following code to pom.xml
  repositories
repository
  idtapestry5/id
  urlhttp://tapestry.formos.com/maven-snapshot-repository//url
/repository
  /repositories
but when i click add dependency ,i can't find tapesty5.0.11,
the lasted version i found is tapestry5.07.
can anyone tell me how to solve this problem?
thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/how-to-use-maven--tp16230787p16230787.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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



Re: how to use maven?

2008-03-22 Thread SergeEby

Hi,

As the name indicates, this URL is for snapshots only. The official releases
are located on  standard maven repositories. 
So commenting out this repo should get you what you need.

/Serge
 

luna_guo wrote:
 
 i use maven plugin ,and add the following code to pom.xml
   repositories
 repository
   idtapestry5/id
   urlhttp://tapestry.formos.com/maven-snapshot-repository//url
 /repository
   /repositories
 but when i click add dependency ,i can't find tapesty5.0.11,
 the lasted version i found is tapestry5.07.
 can anyone tell me how to solve this problem?
 thanks in advance.
 

-- 
View this message in context: 
http://www.nabble.com/how-to-use-maven--tp16230787p16231781.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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