Details
-
Type:
Bug
-
Status:
Closed
-
Resolution: Fixed
-
Component/s: Missing POM
-
Labels:None
-
Group ID:org.springframework
-
Artifact ID:spring-*
-
Version:2.0-m4
Description
The pom.xml files are missing for all the 2.0-m4 release of the Spring Framework.
-
Hide
- spring-2.0-m4.zip
- 25/Apr/06 5:32 PM
- 33 kB
- Julien Dubois
-
- org/.DS_Store 6 kB
- __MACOSX/org/._.DS_Store 0.1 kB
- org/springframework/.DS_Store 6 kB
- __MACOSX/org/springframework/._.DS_Store 0.1 kB
- org/springframework/spring-aop/.DS_Store 6 kB
- __MACOSX/org/.../spring-aop/._.DS_Store 0.1 kB
- org/springframework/.../2.0-m4/.DS_Store 6 kB
- __MACOSX/org/.../2.0-m4/._.DS_Store 0.1 kB
- org/.../spring-aop-2.0-m4.pom 8 kB
- org/springframework/.../.DS_Store 6 kB
- __MACOSX/org/.../spring-aspects/._.DS_Store 0.1 kB
- org/springframework/.../2.0-m4/.DS_Store 6 kB
- __MACOSX/org/.../2.0-m4/._.DS_Store 0.1 kB
- org/.../spring-aspects-2.0-m4.pom 3 kB
- org/.../spring-beans-2.0-m4.pom 4 kB
- org/springframework/.../.DS_Store 6 kB
- __MACOSX/org/.../spring-context/._.DS_Store 0.1 kB
- org/.../spring-context-2.0-m4.pom 6 kB
- org/.../spring-core-2.0-m4.pom 3 kB
- org/springframework/spring-dao/.DS_Store 6 kB
- __MACOSX/org/.../spring-dao/._.DS_Store 0.1 kB
- org/.../spring-dao-2.0-m4.pom 6 kB
- org/.../spring-hibernate3-2.0-m4.pom 4 kB
- org/springframework/.../.DS_Store 6 kB
- __MACOSX/org/.../spring-jdbc/._.DS_Store 0.1 kB
- org/.../spring-jdbc-2.0-m4.pom 4 kB
- org/.../spring-mock-2.0-m4.pom 2 kB
- org/springframework/.../.DS_Store 6 kB
- __MACOSX/org/.../spring-parent/._.DS_Store 0.1 kB
- org/.../spring-parent-2.0-m4.pom 14 kB
Issue Links
- is depended upon by
-
MEV-408
Missing POMs for Spring 2.0-m5
-
- is related to
-
MAVENUPLOAD-859
Upload Spring 2.0 M4 Bundle
-
Activity
Julien, if you look at
http://svn.library.mergere.com/mvnbook/code/trunk/migrating/spring/
you will see Spring 2.0-m1 sources checked out from spring cvs (http://cvs.sourceforge.net/viewcvs.py/springframework/spring/) + a m2 folder that contains the m2 poms. From that m2 folder you can build all spring jars.
If you could take that as a base and make it work with 2.0-m4 or latest cvs version we could push spring to include and keep mantaining them.
Please contact me for any help via mail or IRC irc://irc.codehaus.org#maven
Hi Carlos,
Thanks for the answer, I'll do this during the week-end.
Here are the pom.xml files I created to solve this issue.
I created them from the pom.xml I did for 2.0-m2, and they work for my own project (http://tudu.sourceforge.net).