Skip to content

Commit ad30a41

Browse files
authored
remove compiler plugin from quick start
1 parent 10c8fa1 commit ad30a41

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -45,30 +45,6 @@ to generate adapter code for Javalin and Helidon SE/Nima.
4545
<scope>provided</scope>
4646
</dependency>
4747
```
48-
If there are other annotation processors and they are specified via <i>maven-compiler-plugin</i> then we add avaje-http-generator there instead.
49-
```xml
50-
<plugin>
51-
<groupId>org.apache.maven.plugins</groupId>
52-
<artifactId>maven-compiler-plugin</artifactId>
53-
<configuration>
54-
<annotationProcessorPaths> <!-- All annotation processors specified here -->
55-
<path>
56-
<groupId>io.avaje</groupId>
57-
<artifactId>avaje-inject-generator</artifactId>
58-
<version>${avaje-inject.version}</version>
59-
</path>
60-
<path>
61-
<groupId>io.avaje</groupId>
62-
<artifactId>avaje-http-javalin-generator</artifactId>
63-
<version>${avaje-http.version}</version>
64-
</path>
65-
<path>
66-
... other annotation processor ...
67-
</path>
68-
</annotationProcessorPaths>
69-
</configuration>
70-
</plugin>
71-
```
7248

7349
## Define a Controller (These APT processors work with both Java and Kotlin.)
7450
```java

0 commit comments

Comments
 (0)