Closed olegls2000 closed 9 years ago
You do not need to include the project.basedir
in the source element.
Simply use "src/main/resources/commission-rule-schema/CommissionRule.xsd" or even "src/main/resources" to recursively include all XSD files under the resource directory.
Hello. I am use plugin in my project: `
` When I build blugin can't find sources file ${project.basedir}/src/main/resources/commission-rule-schema/CommissionRule.xsd Looks like plugin incorrect define project.basedir variable and tru to substitute project.basedir from root pom file.