Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.5, 2.0
-
Fix Version/s: 2.2
-
Component/s: Core MOJOs
-
Labels:None
-
Number of attachments :
Description
Created a reactor pom.xml:
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.sonatype.mavenbook.multi</groupId>
<artifactId>simple-parent</artifactId>
<packaging>pom</packaging>
<version>1.0</version>
<name>Multi Chapter Simple Parent Project</name>
<modules>
<module>xsd-xml</module>
</modules>
</project>
mvn clean compile fails:
[INFO] Processing C:\data\dev\java\xsd\src\main\resources\schema.xsd
[INFO] XML Schema file "C:\data\dev\java\xsd\src\main\resources\schema.xsd" not found.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
Feel free to reopen and attach a fully (non-)working project to highlight the issue at hand.