J2ee myeclipse develop error log for maven parameter problem

Error:

Unable to parse configuration of mojo org.apache.maven.plugins:maven-resources-plugin:
2.6:copy-resources for parameter directory: Error evaluating the expression '$
{project.parent.basedir}/openmeetings-service/src/main/java' for configuration value
'directory' (org.apache.maven.plugins:maven-resources-plugin:2.6:copy-resources:copy-web-
templates:process-resources)

 

Fixed:

old:

<directory>${project.parent.basedir}/openmeetings-service/src/main/java</directory>

to:

<directory>${project.basedir}/../openmeetings-service/src/main/java</directory>

Comments

Popular posts from this blog

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 3

2011-11

php openid test log