Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mojarra-dev] building with windows 10 64bit, jdk1.8.0_152, maven 3.5.2

I get build errors with fresh git clone of Mojarra 3.0.0-m01-SNAPSHOT;

I had same errors with git clone of Mojarra 2.3.3.99 before transferred to Eclipse foundation.

The fix for my build issues was to change S:\Sun\ee4jMojarra\mojarra\api\pom.xml line 244 from
<version>1.0</version>
to 
<version>1.1-SNAPSHOT</version>

Now with Windows the current git clone of Eclipse ee4j mojarra builds fine.

Thanks
-Gary



Back to the top