Pierre-Arnaud Marcelot schrieb: > Hi Guys, > > Sorry for the delay in answering, I was quite occupied lately. > > I got an error when trying out the mavenized build. > > Here's what I've done: > I've cleaned my local maven repo ($ rm -rf ~/.m2) > I've run 'mvn clean install' on the latest update of the ApacheDS trunk > And then the following commands: > $ svn co https://svn.apache.org/repos/asf/directory/sandbox/felixk/ > <https://svn.apache.org/repos/asf/directory/sandbox/felixk/> > StudioMavenized > $ cd StudioMavenized/studio-plugin > $ mvn install > > Here's what I get: > [INFO] Scanning for projects... > [INFO] > ---------------------------------------------------------------------------- > > [INFO] Building Apache Directory Studio Plugin > [INFO] task-segment: [clean] > [INFO] > ---------------------------------------------------------------------------- > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] A required plugin was not found: Plugin could not be found - > check that the goal name is correct: Unable to download the artifact > from any repository > <snip/> > > > Am I missing something?
Yes, you need to build the maven-studio-plugin first on its own. I wasn't able until now to integrate it in the overall build. See also http://cwiki.apache.org/confluence/x/CRoB Felix
