cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 3.3 maven repository

ajperez
Champ in-the-making
Champ in-the-making
Hi all,

Does anybody know if Alfresco 3.3 artifacts will be made available in the Maven repo at http://maven.alfresco.com/nexus/content/repositories/releases/? Alfresco 3.3 community was released like 2 months ago, but the last update on the repository was made on 23rd february. Is there another Alfresco Maven repo more up to date?

Thanks
3 REPLIES 3

flefoll
Champ in-the-making
Champ in-the-making
Hi,

Yes, there is a repository on sourceforge, including 3.2, 3.2r, 3.2r2, 3.3 and 3.3g bundles.
The same project/developer is building a versionned archetype catalog as well (in construction, not immediately functional)
which will contain mavenized 3rd party libraries references.

http://ecm4you.svn.sourceforge.net/svnroot/ecm4you/trunk/repos/

Regards,

Francois

flefoll
Champ in-the-making
Champ in-the-making
Such command is now fully functional for "current" community releases (ie : 3.2, 3.2r, 3.2r2, 3.3 and 3.3g) :


mvn archetype:generate -DarchetypeCatalog=http://ecm4you.svn.sourceforge.net/svnroot/ecm4you/trunk/repos/archetype-catalog.xml

Hope it serves you.

Regards,

Francois

aldray
Champ in-the-making
Champ in-the-making
Hi,
I am new to Alfresco and trying to setup the eclipse maven project in my local pc.

i downloaded the version 3.3g from the repo you mentioned. When i did a "mvn install -Prun", i encountered following errors. I am trying to run embedded jetty. Any idea?

2010-07-28 19:47:05.828:/alfresco:INFO:  Initializing Spring root WebApplication
Context
19:47:05,843 ERROR [web.context.ContextLoader] Context initialization failed
org.springframework.context.ApplicationContextException: Failed to load custom c
ontext class [org.alfresco.config.JBossEnabledWebApplicationContext]; nested exc
eption is java.lang.ClassNotFoundException: org.alfresco.config.JBossEnabledWebA
pplicationContext
        at org.springframework.web.context.ContextLoader.determineContextClass(C
ontextLoader.java:280)
        at org.springframework.web.context.ContextLoader.createWebApplicationCon
text(ContextLoader.java:233)