# Changelog

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

# [0.12.0](https://github.com/khalilou88/jnxplus/compare/maven-0.11.2...maven-0.12.0) (2023-10-04)


### Features

* **generators:** add option to skip maven wrapper ([#490](https://github.com/khalilou88/jnxplus/issues/490)) ([d7c06eb](https://github.com/khalilou88/jnxplus/commit/d7c06eb0c815f8a198ed7d8391904ef5563943f3))
* **graph:** use NxPluginV2 ([#485](https://github.com/khalilou88/jnxplus/issues/485)) ([e67db29](https://github.com/khalilou88/jnxplus/commit/e67db2985bb3ad95c3de334c937c5a33bedd82fd))



## [0.11.2](https://github.com/khalilou88/jnxplus/compare/maven-0.11.1...maven-0.11.2) (2023-09-24)

### Dependency Updates

* `common` updated to version `0.11.2`


## [0.11.1](https://github.com/khalilou88/jnxplus/compare/maven-0.11.0...maven-0.11.1) (2023-09-24)

### Dependency Updates

* `common` updated to version `0.11.1`


# [0.11.0](https://github.com/khalilou88/jnxplus/compare/maven-0.10.0...maven-0.11.0) (2023-09-10)

### Features

- **generators:** update generated code to match nx 16.8.x ([#430](https://github.com/khalilou88/jnxplus/issues/430)) ([6cc12c0](https://github.com/khalilou88/jnxplus/commit/6cc12c0b7cbda05b85581b3519800c92bdea9a43))

# [0.10.0](https://github.com/khalilou88/jnxplus/compare/maven-0.9.0...maven-0.10.0) (2023-08-19)

### Dependency Updates

- `common` updated to version `0.11.0`

### Features

- **generators:** add missing properties when generating projects ([#383](https://github.com/khalilou88/jnxplus/issues/383)) ([9d31d12](https://github.com/khalilou88/jnxplus/commit/9d31d129a80627c878a878ae337993faeb31dd6b))
- **generators:** update micronaut versions and generated code ([#391](https://github.com/khalilou88/jnxplus/issues/391)) ([fdd88d3](https://github.com/khalilou88/jnxplus/commit/fdd88d3aa11f20a8beb6902abe086ff0935a0c96))

# [0.9.0](https://github.com/khalilou88/jnxplus/compare/maven-0.8.0...maven-0.9.0) (2023-08-09)

### Features

- **executors:** make task accept array value ([#364](https://github.com/khalilou88/jnxplus/issues/364)) ([9dbb195](https://github.com/khalilou88/jnxplus/commit/9dbb1954ab4d2d6743cbef9c4a89ee59903be077))

# [0.8.0](https://github.com/khalilou88/jnxplus/compare/maven-0.7.0...maven-0.8.0) (2023-08-05)

### Features

- **executors:** remove deprecated executors ([#351](https://github.com/khalilou88/jnxplus/issues/351)) ([11cc1d7](https://github.com/khalilou88/jnxplus/commit/11cc1d772e495370d679146b1565833b03aa492a))
- **generators:** add integration-test target for quarkus app generator ([872a546](https://github.com/khalilou88/jnxplus/commit/872a54644ba55433721cf25050ba5431083a8635))

# [0.7.0](https://github.com/khalilou88/jnxplus/compare/maven-0.6.1...maven-0.7.0) (2023-07-28)

### Dependency Updates

- `common` updated to version `0.10.0`

### Features

- **executors:** always set NX_MAVEN_CLI_OPTS ([#343](https://github.com/khalilou88/jnxplus/issues/343)) ([85a1f5d](https://github.com/khalilou88/jnxplus/commit/85a1f5d42cace5f763a8082435f317e4108ab8d9))
- **executors:** use run-task instead of others executors ([#344](https://github.com/khalilou88/jnxplus/issues/344)) ([3b40dc6](https://github.com/khalilou88/jnxplus/commit/3b40dc668b69d8dcd6f934bd894d46768d574e8c))

## [0.6.1](https://github.com/khalilou88/jnxplus/compare/maven-0.6.0...maven-0.6.1) (2023-07-08)

### Dependency Updates

- `common` updated to version `0.9.1`

### Bug Fixes

- **generators:** make parentProject mandatory for nx-maven plugin ([#275](https://github.com/khalilou88/jnxplus/issues/275)) ([44e28be](https://github.com/khalilou88/jnxplus/commit/44e28beb0bafeb23ba996827f0d5b2408b68e7c6))
- **generators:** remove empty objects from targets ([8703f77](https://github.com/khalilou88/jnxplus/commit/8703f77502fcd52f307f5ff1610f793a91bbb62c))

# [0.6.0](https://github.com/khalilou88/jnxplus/compare/maven-0.5.1...maven-0.6.0) (2023-06-24)

### Features

- **executors:** add keepItRunning to run-task ([#277](https://github.com/khalilou88/jnxplus/issues/277)) ([390213b](https://github.com/khalilou88/jnxplus/commit/390213b12ac87c796130faef23517fe799291963))

## [0.5.1](https://github.com/khalilou88/jnxplus/compare/maven-0.5.0...maven-0.5.1) (2023-06-23)

### Bug Fixes

- **generators:** fix serve executor for simple app ([#274](https://github.com/khalilou88/jnxplus/issues/274)) ([823f1a0](https://github.com/khalilou88/jnxplus/commit/823f1a02e2bee847c8e3ff95c76c5ace79ca374a))

# [0.5.0](https://github.com/khalilou88/jnxplus/compare/maven-0.4.3...maven-0.5.0) (2023-06-21)

### Dependency Updates

- `common` updated to version `0.9.0`

### Features

- add code for none framework option ([#269](https://github.com/khalilou88/jnxplus/issues/269)) ([780952b](https://github.com/khalilou88/jnxplus/commit/780952bafb653c62f25d66ea89578ffb999e0aaa))
- **generators:** add framework generation to nx-maven plugin ([#259](https://github.com/khalilou88/jnxplus/issues/259)) ([7eeded8](https://github.com/khalilou88/jnxplus/commit/7eeded89e41c1feac148bf3cc119da30b42bc3df))
- **generators:** add framework to nx-gradle ([#265](https://github.com/khalilou88/jnxplus/issues/265)) ([2148db4](https://github.com/khalilou88/jnxplus/commit/2148db46ba63acc5d292543142e47c20061a967e))
- **generators:** remove generators code duplication ([#260](https://github.com/khalilou88/jnxplus/issues/260)) ([a4d495e](https://github.com/khalilou88/jnxplus/commit/a4d495ed73a23dc2e146f798b29ac37383dbe923))

## [0.4.3](https://github.com/khalilou88/jnxplus/compare/maven-0.4.2...maven-0.4.3) (2023-06-17)

### Dependency Updates

- `common` updated to version `0.8.1`

### Bug Fixes

- **graph:** fix optional project.json ([#256](https://github.com/khalilou88/jnxplus/issues/256)) ([0db8e12](https://github.com/khalilou88/jnxplus/commit/0db8e12a1d7056d6423ae664ae70725099ad33bd))

## [0.4.2](https://github.com/khalilou88/jnxplus/compare/maven-0.4.1...maven-0.4.2) (2023-06-09)

### Dependency Updates

- `common` updated to version `0.8.0`

## [0.4.1](https://github.com/khalilou88/jnxplus/compare/maven-0.4.0...maven-0.4.1) (2023-06-07)

### Dependency Updates

- `common` updated to version `0.7.0`

# [0.4.0](https://github.com/khalilou88/jnxplus/compare/maven-0.3.0...maven-0.4.0) (2023-06-01)

### Dependency Updates

- `common` updated to version `0.6.0`

### Features

- **plugins:** add nx-micronaut-maven plugin ([#222](https://github.com/khalilou88/jnxplus/issues/222)) ([cf27791](https://github.com/khalilou88/jnxplus/commit/cf27791aa678d03306318cb4429616f0385611e2))

# [0.3.0](https://github.com/khalilou88/jnxplus/compare/maven-0.2.1...maven-0.3.0) (2023-05-28)

### Dependency Updates

- `common` updated to version `0.5.0`

### Features

- **executors:** move all maven executors to maven lib ([#234](https://github.com/khalilou88/jnxplus/issues/234)) ([00f7f88](https://github.com/khalilou88/jnxplus/commit/00f7f88008637fd98d48402343ccb95878bc1182))
- **executors:** move quarkus build-image executor to common lib ([#236](https://github.com/khalilou88/jnxplus/issues/236)) ([0400100](https://github.com/khalilou88/jnxplus/commit/04001009afb1f2d4e3f195a877a9d1123304f90e))

## [0.2.1](https://github.com/khalilou88/jnxplus/compare/maven-0.2.0...maven-0.2.1) (2023-05-27)

### Dependency Updates

- `common` updated to version `0.4.0`

# [0.2.0](https://github.com/khalilou88/jnxplus/compare/maven-0.1.8...maven-0.2.0) (2023-05-26)

### Dependency Updates

- `common` updated to version `0.3.1`

### Bug Fixes

- **graph:** fix graph calculation in complex situation ([#226](https://github.com/khalilou88/jnxplus/issues/226)) ([40d5df2](https://github.com/khalilou88/jnxplus/commit/40d5df2909dacc973253c59878da945bb1ad0c58))

### Features

- **generators:** distinguish aggregator from parent project [skip ci] ([#225](https://github.com/khalilou88/jnxplus/issues/225)) ([3facb36](https://github.com/khalilou88/jnxplus/commit/3facb3692216bc875297be9690fdf8fe9a3ebe9e))

## [0.1.8](https://github.com/khalilou88/jnxplus/compare/maven-0.1.7...maven-0.1.8) (2023-05-19)

### Dependency Updates

- `common` updated to version `0.3.0`

## [0.1.7](https://github.com/khalilou88/jnxplus/compare/maven-0.1.6...maven-0.1.7) (2023-05-17)

### Dependency Updates

- `common` updated to version `0.2.4`

### Bug Fixes

- **nx-boot-maven:** refactor maven dep graph ([#206](https://github.com/khalilou88/jnxplus/issues/206)) ([0a704a4](https://github.com/khalilou88/jnxplus/commit/0a704a4acbfa1db93a072b37a8c2db0e3ea275ce))

## [0.1.6](https://github.com/khalilou88/jnxplus/compare/maven-0.1.5...maven-0.1.6) (2023-05-13)

### Dependency Updates

- `common` updated to version `0.2.3`
