You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by bj...@accenture.com on 2006/12/13 15:26:35 UTC

Use latest version of Struts

Well, I'm talking about struts, but there are some other dependencies which are not up-to-date.  

 

The latest version that you can find in the Maven2 repository is 1.2.9.  It 's possible to use the 1.3.5, which you can find at http://repo1.maven.org/maven2/org/apache/struts/struts-parent/1.3.5/, but if you add the data to your pom-file, you get "Error building POM (may not be the project's POM)".

 

That's Struts, if you want to use for example Spring 2.0, you can't find it on the repository (or my google-skills aren't adequate).  There is a possibility to add them yourself to the maven-repo, but these packages are so commonly used, I think it's rather queer that they aren't in the repository yet.  Or is it me? :-)



This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information.  If you have received it in error, please notify the sender immediately and delete the original.  Any other use of the email by you is prohibited.

Re: Use latest version of Struts

Posted by Wayne Fay <wa...@gmail.com>.
You're complaining to the wrong people -- please send this message to
the Struts dev team.

Wayne

On 12/13/06, Nick Stolwijk <ni...@planet.nl> wrote:
> As far as I know all Spring modules are in the maven2 repository:
>
> http://repo1.maven.org/maven2/org/springframework/spring/
>
>
>
> bjorn.de.bakker@accenture.com wrote:
> > Well, I'm talking about struts, but there are some other dependencies which are not up-to-date.
> >
> >
> >
> > The latest version that you can find in the Maven2 repository is 1.2.9.  It 's possible to use the 1.3.5, which you can find at http://repo1.maven.org/maven2/org/apache/struts/struts-parent/1.3.5/, but if you add the data to your pom-file, you get "Error building POM (may not be the project's POM)".
> >
> >
> >
> > That's Struts, if you want to use for example Spring 2.0, you can't find it on the repository (or my google-skills aren't adequate).  There is a possibility to add them yourself to the maven-repo, but these packages are so commonly used, I think it's rather queer that they aren't in the repository yet.  Or is it me? :-)
> >
> >
> >
> > This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information.  If you have received it in error, please notify the sender immediately and delete the original.  Any other use of the email by you is prohibited.
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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


Re: Use latest version of Struts

Posted by Nick Stolwijk <ni...@planet.nl>.
As far as I know all Spring modules are in the maven2 repository:

http://repo1.maven.org/maven2/org/springframework/spring/



bjorn.de.bakker@accenture.com wrote:
> Well, I'm talking about struts, but there are some other dependencies which are not up-to-date.  
>
>  
>
> The latest version that you can find in the Maven2 repository is 1.2.9.  It 's possible to use the 1.3.5, which you can find at http://repo1.maven.org/maven2/org/apache/struts/struts-parent/1.3.5/, but if you add the data to your pom-file, you get "Error building POM (may not be the project's POM)".
>
>  
>
> That's Struts, if you want to use for example Spring 2.0, you can't find it on the repository (or my google-skills aren't adequate).  There is a possibility to add them yourself to the maven-repo, but these packages are so commonly used, I think it's rather queer that they aren't in the repository yet.  Or is it me? :-)
>
>
>
> This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information.  If you have received it in error, please notify the sender immediately and delete the original.  Any other use of the email by you is prohibited.
>
>   


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


Re: Use latest version of Struts

Posted by Wendy Smoak <ws...@gmail.com>.
On 12/13/06, bjorn.de.bakker@accenture.com
<bj...@accenture.com> wrote:

> The latest version that you can find in the Maven2 repository is 1.2.9.  It 's possible to use the 1.3.5, which you can find at http://repo1.maven.org/maven2/org/apache/struts/struts-parent/1.3.5/, but if you add the data to your pom-file, you get "Error building POM (may not be the project's POM)".

Struts 1.3.5 is available in the central repo, but you'll likely want
to add a dependency on the struts-core jar, and not the struts-parent
pom.

http://repo1.maven.org/maven2/org/apache/struts/struts-core/1.3.5/

Please ask on the Struts user list if you have more questions.

-- 
Wendy

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