(Sorry for the spam) Then i removed the lines: <!-- Stanbol CMS Adapter Bundle List --> <dependency> <groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.launchers.bundlelists.cmsadapter</artifactId> <version>1.0.0-SNAPSHOT</version> <type>partialbundlelist</type> </dependency> <!-- Stanbol Contenthub Bundle List --> <dependency> <groupId>org.apache.stanbol</groupId> <artifactId>org.apache.stanbol.launchers.bundlelists.contenthub</artifactId> <version>1.0.0-SNAPSHOT</version> <type>partialbundlelist</type> </dependency> from the pom of full-war and it seems to work just fine On Wed, Oct 23, 2013 at 2:36 PM, Joseph M'Bimbi-Bene <jbi...@object-ive.com>wrote: > fyi, i checkout the trunk, "built" it, as desribed in > http://stanbol.apache.org/docs/trunk/tutorial.html > > Then i moved to stanbol\launchers\full-war and tried to build via the "mvn > clean install" command > > > On Wed, Oct 23, 2013 at 2:33 PM, Joseph M'Bimbi-Bene < > jbi...@object-ive.com> wrote: > >> Hello, i tried to build the war launcher from the sources but it failed >> bacause apparently, some modules are missing: >> >> [ERROR] Failed to execute goal on project >> org.apache.stanbol.launchers.full-war: Could not resolve dependencies for >> project >> org.apache.stanbol:org.apache.stanbol.launchers.full-war:war:1.0.0-SNAPSHOT: >> The following artifacts could not be resolved: >> org.apache.stanbol:org.apache.stanbol.launchers.bundlelists.cmsadapter:xml:1.0.0-SNAPSHOT, >> org.apache.stanbol:org.apache.stanbol.launchers.bundlelists.contenthub:xml:1.0.0-SNAPSHOT: >> Failure to >> find >> org.apache.stanbol:org.apache.stanbol.launchers.bundlelists.cmsadapter:xml:1.0.0-SNAPSHOT >> in http://repository.apache.org/snapshots was cached in the local >> repository, resolution will not be reattempted until the u >> pdate interval of apache.snapshots has elapsed or updates are forced -> >> [Help 1] >> >> I just checked out the sources and indeed, cmsadapter and there no >> cmsadapter or contenthub >> > >