rmannibucau commented on PR #8407: URL: https://github.com/apache/hop/pull/8407#issuecomment-5698462463
Hi @mattcasters , except the slow down this PR implies (1mn -> 2mn45, ack it is better than 7mn but it is incredibly slower, the cost is mainly groovy init time, doing a small mojo can make it smoother and avoid the hacks so maybe it should be something we move forward on the long run?) it also triggers as much warnings than modules: ```` [WARNING] Some problems were encountered while building the effective model for org.apache.hop:hop-transform-multimerge:jar:2.20.0-SNAPSHOT [WARNING] 'build.plugins.plugin[org.apache.maven.plugins:maven-compiler-plugin].dependencies.dependency.systemPath' for org.apache.hop:plexus-eclipse-hint:jar refers to a non-existing file /opt/rmannibucau/dev/Github/hop/.mvn/plexus-eclipse-hint.jar @ org.apache.hop:hop:2.20.0-SNAPSHOT, /opt/rmannibucau/dev/Github/hop/pom.xml, line 537, column 37 [WARNING] ```` a workaround can be to put the jar under a fake groupId in the .m2 and avoid system path which is deprecated/discouraged in maven but more I think about it more I tend to priviledge the mojo option which also makes it way faster. is there already a hop tool project outside main project for such tooling (= independent of the project but owned by the project - I suspect lombok will be a blocker to push it strong on maveniverse side these days)? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
