On my multiprojected project, the goal "idea:multiproject" fails, with following output:
idea:workspace: [echo] Creating D:\projects\created\apps\simplegamenet/simplegamenet.iws ... Plugin 'maven-multiproject-plugin' in project 'SimpleGameNet' is not available Plugin 'maven-multiproject-plugin' in project 'SimpleGameNet' is not available Plugin 'maven-multiproject-plugin' in project 'SimpleGameNet' is not available
BUILD FAILED File...... file:/C:/Documents and Settings/Geoffrey/.maven/plugins/maven-idea-plugin-1.3/plugin.jelly Element... maven:reactor Line...... 123 Column.... 36 You must define an attribute called 'basedir' for this tag. Total time: 3 seconds Finished at: Sun Apr 25 15:50:38 CEST 2004
Anyone have a clue what I am doing wrong?
multiproject:intall works (BUILD SUCCESSFUL)
Which version of maven are you using? It seems that base dir for reactor was not set properly.
it could be that tag:
<maven:pluginVar var="multiprojectIncludes" plugin="maven-multiproject-plugin" property="maven.multiproject.includes"/> is not working properly.
if this is a case as work around you can try to set (even if it repeats some settings of multiproject plugin)
maven.idea.project.multiproject.includes
maven.idea.project.multiproject.basdir
maven.idea.project.multiproject.excludes
Are you using deafult values of properties for multiproject plugin (basedir, included, excludes)?
I keep maven.idea.version=4 in my ${user.home}/build.properties.I have maven.idea.project.version=4 In my root and every subproject project.properties. My subprojects extend the project.xml of my root. Does this mean the the project.properties are also extended automatically?
Other question:
Is there an IRC channel about maven on which irc net?
#maven @irc.werken.com
Michal
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
