12-26-2007 11:54 AM
12-27-2007 03:23 AM
04-07-2008 12:35 PM
08-25-2008 03:49 PM
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
12-24-2008 12:29 PM
01-26-2009 06:00 AM
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco</artifactId>
<version>3.0-stable</version>
<type>war</type>
<scope>runtime</scope>
<classifier>labs</classifier>
</dependency>
03-12-2009 01:23 PM
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>
09-24-2009 03:38 PM
And could you please also add this jar::?: :?: Please, please, please :!: This jar is missing in your repository.
alfresco-web-service-client.jar
Thanks!
11-11-2009 09:04 AM
12-05-2009 10:31 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.