cancel
Showing results for 
Search instead for 
Did you mean: 

maven repositories

dberansky
Champ in-the-making
Champ in-the-making
are alfresco libraries available from any Maven repositories?
13 REPLIES 13

mikeh
Star Contributor
Star Contributor
Not currently, but this is being discussed for the future.

Thanks,
Mike

mindthegab
Champ in-the-making
Champ in-the-making
We've put a lot of effort in making a public Sourcesense (http://www.sourcesense.com) repository available for community dependencies for download, especially to support
a zero conf Alfresco customization build, with the Forge project m2alfresco (http://forge.alfresco.com/projects/m2alfresco/), which by now released an archetype which docs can be found here  http://repository.sourcesense.com/maven2-sites/maven-alfresco-extension-archetype-1.0.0/ . Being gold partners, we also use this build system for our clients, having alfresco enteprise dependencies in a private repo.

The repo with alfresco dependencies (used by the pom provided by the archetype) itself store ATM a quite poor community dependencies sets (enterprise are obviously not publicly redistributable) can be found here:

http://repository.sourcesense.com/maven2/alfresco

We're planning to release also an AMP archetype so to support all flavours of Alfresco lifecycles in the enterprise.

I hope you can give some feedback also on the project (and why not, join it Smiley Wink and together push for the final m10n (mavenization Smiley Wink

Ciao and HTH,

Gab


PS:
I'm not only a crazy maven fan though, as the archetype can be also built with ant, as I believe that integrating is always better than imposing. See "news" for more info:
http://forge.alfresco.com/forum/forum.php?forum_id=512

philip_schlesin
Champ in-the-making
Champ in-the-making
The repo with alfresco dependencies (used by the pom provided by the archetype) itself store ATM a quite poor community dependencies sets (enterprise are obviously not publicly redistributable) can be found here:

http://repository.sourcesense.com/maven2/alfresco

Any chance you can add the alfresco-web-client-service.jar to the maven2 repo?

alexv
Champ in-the-making
Champ in-the-making
Thanks for the repository. Current location is:

http://repository.sourcesense.com/maven2/org/alfresco/

However here is the typical list for alfresco artifact:

[ ]   alfresco-web-client-3.0c-labs.jar   12-Dec-2008 10:57    2.0M
[ ]   alfresco-web-client-3.0c-labs.jar.md5   12-Dec-2008 10:57    32
[ ]   alfresco-web-client-3.0c-labs.jar.sha1   12-Dec-2008 10:58    40
[ ]   alfresco-web-client-3.0c.pom   12-Dec-2008 10:58    202
[ ]   alfresco-web-client-3.0c.pom.md5   12-Dec-2008 10:58    32
[ ]   alfresco-web-client-3.0c.pom.sha1   12-Dec-2008 10:58    40

Is it possible to remove misspelled "-labs" postfixes? Or am I missing anything in maven deps configuration?
Sorry, I'm posting about this trouble here, but I couldn't find public forum at sourcesence.

And could you please also add this jar:

alfresco-web-service-client.jar

Thanks!

luca_dallolio
Champ in-the-making
Champ in-the-making
Hope I can help, in fact I think you should reference those jars using the "<classifier>" tag :



            <dependency>
               <groupId>org.alfresco</groupId>
               <artifactId>alfresco</artifactId>
               <version>3.0-stable</version>
               <type>war</type>
               <scope>runtime</scope>
               <classifier>labs</classifier>
            </dependency>

Bye, Luca

alexv
Champ in-the-making
Champ in-the-making
Hope I can help, in fact I think you should reference those jars using the "<classifier>" tag :



            <dependency>
               <groupId>org.alfresco</groupId>
               <artifactId>alfresco</artifactId>
               <version>3.0-stable</version>
               <type>war</type>
               <scope>runtime</scope>
               <classifier>labs</classifier>
            </dependency>

It is exactly what I need! Thanks.

vgarmash
Champ in-the-making
Champ in-the-making
And could you please also add this jar:

alfresco-web-service-client.jar

Thanks!
:?:  :?:  Please, please, please  :!:  Smiley Happy  This jar is missing in your repository.

janlabrie
Champ in-the-making
Champ in-the-making
We are also desperately missing a maven repository that hosts alfresco-web-service-client.jar.

Can it please be added?

SourceSense seams to be the only Maven repo that is hosting Alfresco anyway. Looks like an opportunity for alfresco.org.

Thanks and keep up the good work,

Jan Labrie

mindthegab
Champ in-the-making
Champ in-the-making
As of December 1st 2009, Alfresco is hosting a Maven Repository for Alfresco Community artifacts and for Maven related contributions at http://maven.alfresco.com.
I blogged about all the changes involved by this new repo, you can find more info here: http://mindthegab.com/2009/12/04/a-maven-archetype-for-alfresco-share-as-a/.

HTH!
Smiley Very Happy