Replies: 1 comment
-
The solution for maven is gonna be the same one as for CMake. Closing discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
maven
is the most extended building system for java projects, and many real world projects use it.But the issue of implementing support for
maven
is that because it is SO flexible, it doesn't provide the standards we need to implement it.Standards we need
Standards supported by maven
mvn clean install
will build the projectStandards unsupported by maven
I'm not a professional java dev myself, so ideas from the community are welcome. If there is a clear path for implementing support for
maven
now, or in the future, we can add it.Beta Was this translation helpful? Give feedback.
All reactions