cancel
Showing results for 
Search instead for 
Did you mean: 

Surf + Alfresco

thomasg
Champ in-the-making
Champ in-the-making
Hi,

I'm trying to set up my environment to work with version 50d of Alfresco and Surf (ad-hoc version)

I've used the maven command:
mvn archetype:generate -DarchetypeCatalog=https://artifacts.alfresco.com/nexus/content/groups/public-snapshots/archetype-catalog.xml

to generate the surf archetype:
org.springframework.extensions.surf:spring-surf-archetype

and I get the following choice:
Choose org.springframework.extensions.surf:spring-surf-archetype version:
1: 1.2.0-SNAPSHOT
2: 5.0.0-SNAPSHOT
3: 5.1-SNAPSHOT
4: 5.1-BF-SNAPSHOT

If I select 3 (assuming BF is dodgy)

A project with the following dependancy is generated:

        <dependency>
            <groupId>org.springframework.extensions.surf</groupId>
            <artifactId>spring-surf</artifactId>
            <version>5.1-SNAPSHOT</version>
        </dependency>

However in the surf svn repo, I've got the following tags:

https://src.springframework.org/svn/se-surf/tags/

release-1.0.0/
release-1.0.0-RC1/
release-1.0.0-RC2/
release-1.0.0.M1/
release-1.0.0.M2/
release-1.0.0.M3/
release-1.1.0-RC1/
release-1.2.0-M1/
release-1.2.0-M10/
release-1.2.0-M11/
release-1.2.0-M2/
release-1.2.0-M3/
release-1.2.0-M4/
release-1.2.0-M5/
release-1.2.0-M6/
release-1.2.0-M7/
release-1.2.0-M8/
release-1.2.0-M9/

With the pom.xml that are matching the tags version

Nothing that looks like 5.1

Does anyone know what version is what?

Many thanks.

Thomas
1 REPLY 1

mrogers
Star Contributor
Star Contributor
Surf is now hosted by alfresco again.  So the stuff in springframework is irrelevant.

You should probably use 5.0.0-SNAPSHOT.   Unless there is a full release.