mzamoun-veolia commented on issue #16:
URL: https://github.com/apache/royale-typedefs/issues/16#issuecomment-765311226
I got the solution :
add in pom.xml :
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.0</version>
<configuration>
<chmod>true</chmod>
<inputEncoding>UTF-8</inputEncoding>
<outputEncoding>UTF-8</outputEncoding>
</configuration>
</plugin>
---------------
execute : mvn -N io.takari:maven:wrapper
to add correctely the .mvn directory
execute mvn with this option : -Drat.numUnapprovedLicenses=100
./mvnw -Drat.numUnapprovedLicenses=100 install
and you will have :
[INFO] Reactor Summary for Apache Royale: TypeDefs: Parent 0.9.8-SNAPSHOT:
[INFO]
[INFO] Apache Royale: TypeDefs: Parent .................... SUCCESS [ 3.571
s]
[INFO] Apache Royale: TypeDefs: JS ........................ SUCCESS [ 27.432
s]
[INFO] Apache Royale: TypeDefs: Cordova ................... SUCCESS [ 1.742
s]
[INFO] Apache Royale: TypeDefs: CreateJS .................. SUCCESS [ 3.028
s]
[INFO] Apache Royale: TypeDefs: GCL ....................... SUCCESS [ 1.027
s]
[INFO] Apache Royale: TypeDefs: GoogleMaps ................ SUCCESS [ 3.339
s]
[INFO] Apache Royale: TypeDefs: Jasmine ................... SUCCESS [ 1.143
s]
[INFO] Apache Royale: TypeDefs: JQuery .................... SUCCESS [ 2.115
s]
[INFO] Apache Royale: TypeDefs: Node ...................... SUCCESS [ 11.004
s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 56.846 s
[INFO] Finished at: 2021-01-22T11:31:32+01:00
[INFO]
------------------------------------------------------------------------
Note that I execute it with java 15. And it works :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]