Hi, for the first problem seems that the solution is to include in the the
parent project's pom this repo:
<repositories>
...
<repository>
<id>servicemix-repo</id>
<name>ServiceMix Repository</name>
<url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
...
</repositories>
in this way the warning message dissappear! But, the result it is the same,
the final output is that Tutorial :: SA has 0 child dependencies! How i can
do?
--
View this message in context:
http://old.nabble.com/throuble-with-servicemix-tutotorial-2-org.springframework%3Aspring-core%3Apom%3A2.0.6-tp28363103p28364415.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.