Hi Jayan, On Thu, Mar 23, 2017 at 12:47 PM, Jayan Vidanapathirana < [email protected]> wrote: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-archetype-plugin:2.2:integration-test > (default-integration-test) on project marmotta-archetype-module: > [ERROR] Archetype IT 'basic' failed: Cannot run additions goals. >
If you make a: mvn clean install -DskipTests you should be safe, then the build will install the required archetypes, too. > > > I'm Jayan Vidanapathirana, a final year undergraduate from Department of > > Computer Science and Engineering, University of Moratuwa. I'm interesting > > about this project. Now I'm studying about Marmotta and sesame. > > > > So, I would like to know more details about this project and main > > knowledge areas. > Well, this particular GSoC project requires quite some deep understanding about the RDF stack, including SPARQL and other related technologies. We are currently using OpenRDF Sesame 2.7.x, which now has moved to Eclipse RDF4J: http://rdf4j.org/ So for us it'd be great to catch-up with the latest developments there and migrate to the new library. Besides the artifacts and packages renaming, there may be different incompatibilities in our source bases, probably mainly in the Platform and the KiWi triple store. Start getting familiar with our code base. We have a simple methodology that you should follow: https://wiki.apache.org/marmotta/GSoC/Methodology But feel free to ask. Cheers, -- Sergio Fernández Partner Technology Manager Redlink GmbH m: +43 6602747925 e: [email protected] w: http://redlink.co
