LinguaRobot/aws-cdk-maven-plugin

Project updated and maintained in a fork

matusfaro opened this issue · 2 comments

I forked the project and continue to maintain it under a different groupId as I make use of this great plugin:

<plugin>
    <groupId>io.dataspray</groupId>
    <artifactId>aws-cdk-maven-plugin</artifactId>
    ...
</plugin>

Can you explain the reasoning behind this, and what the recommendation for users who were using this project going forward?

Can you explain the reasoning behind this, and what the recommendation for users who were using this project going forward?

Checkout my releases, current summary is:

My fork has additional improvements including:

  • Can be used as a Standalone library, not just in the scope of a Maven Plugin
  • Works with AWS CDK v2 including the new format and latest Bootstrap stack
  • Works on Mac Silicon

Internally:

  • Uses latest NodeJS, AWS SDK and other dependencies
  • Switched to GSON from Jackson for better support
  • Moved away from custom outdated POJO classes to JSII's generated classes for better compatibility
  • Fixed up many issues