Hi,
why your "turorial-file-su" dependency have de test scope [1]?
c&p: *
test*
This scope indicates that the dependency is not required for normal use of
the application, and is only available for the test compilation and
execution phases.
In my assemblies, I have the SU's dependencies like this:
<dependency>
<groupId>org.apache.servicemix.tutorial</groupId>
<artifactId>tutorial-file-su</artifactId>
<version>1.0-SNAPSHOT</version>
<type>zip</type>
</dependency>
[1]
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope
2010/4/30 zaone84 <[email protected]>
>
>
> Can anyone help me??! Are several days that i work on this, but at the end
> the result is the same, the sa zip/jar file does not contains the su
> zip/jar
> file and in the sa's jbi.xml does not exist any reference to the su's
> dependencies...
> --
> View this message in context:
> http://old.nabble.com/throuble-with-servicemix-tutorial-2-org.springframework%3Aspring-core%3Apom%3A2.0.6-tp28363103p28410845.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>