[Users] Error during SCA/SU/SA build using Maven2

righettod dominique.righetto at gmail.com
Wed Mar 16 10:55:28 CET 2011


Hello,

I'm learning Petals using the tutorial on http://www.theserverlabs.com/blog/2009/07/07/developing-apps-with-sca-and-jbi/

When i try to build the SCA or SU or SA using Maven2, it indicate to me that the following artifacts are missing : 

> 
> 1) org.eclipse.stp:sca-custom:jar:1.1.0
>   Path to dependency:
>         1) com.tsl.sca:su-SCA-Calculator-provide:jbi-service-unit:1.0-SNAPSHOT
>         2) org.ow2.petals:petals-se-sca:jbi-component:1.0
>         3) org.eclipse.stp:sca-custom:jar:1.1.0
> 
> 2) org.ow2.frascati.factory:frascati-af-core-custom:jar:0.5
>   Path to dependency:
>         1) com.tsl.sca:su-SCA-Calculator-provide:jbi-service-unit:1.0-SNAPSHOT
>         2) org.ow2.petals:petals-se-sca:jbi-component:1.0
>         3) org.ow2.frascati.factory:frascati-af-core-custom:jar:0.5
> 
> 3) org.eclipse.stp.sca-custom.domainmodel:frascati:jar:1.1.0
>   Path to dependency:
>         1) com.tsl.sca:su-SCA-Calculator-provide:jbi-service-unit:1.0-SNAPSHOT
>         2) org.ow2.petals:petals-se-sca:jbi-component:1.0
>         3) org.eclipse.stp.sca-custom.domainmodel:frascati:jar:1.1.0
> 


I have searched on Google on many Maven2 repositories (see below) but i didn't find these artifacts...


Code:

		<repository>
			<id>central-overriden</id>
			<name>overriden central</name>
			<url>http://repo1.maven.org/maven2</url>
			<releases>
				<enabled>true</enabled>
			</releases>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
		</repository>
		<repository>
			<id>ebm-public</id>
			<name>EBM public repository</name>
			<url>http://maven.ebmwebsourcing.com/public</url>
			<releases>
				<enabled>true</enabled>
			</releases>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
		</repository>
		<repository>
			<id>ebm-others</id>
			<name>EBM others repository</name>
			<url>http://maven.ebmwebsourcing.com/others</url>
			<releases>
				<enabled>true</enabled>
			</releases>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</repository>
		<repository>
			<id>ebm-public-snapshot</id>
			<name>EBM public repository for snapshots</name>
			<url>http://maven.ebmwebsourcing.com/public-snapshot</url>
			<releases>
				<enabled>false</enabled>
			</releases>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</repository>
		<repository>
			<id>maven2-repository.dev.java.net</id>
			<name>Java.net Maven 2 Repository</name>
			<url>http://download.java.net/maven/2</url>
			<releases>
				<enabled>true</enabled>
			</releases>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
		</repository>	




I use Petals 3.0.5 with Petals Studio 1.0 Beta2

Thanks in advance for your helps  [Wink] 

Best regards,
Dominique




-------------------- m2f --------------------

Subscribe/Unsubscribe emails notifications.

Response to this email will be posted on the Petals forum.
Please delete the existing text before responding :)

Read the topic online:
http://forum.petalslink.com/viewtopic.php?p=30726#30726

-------------------- m2f --------------------


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110316/ccfa4481/attachment.htm>


More information about the Users mailing list