Rename event-bus-ap to event-bus-proc
This commit is contained in:
parent
39c51c8953
commit
1dd9e05c38
@ -1 +0,0 @@
|
|||||||
dev.kske.eventbus.ap.EventProcessor
|
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>event-bus-ap</name>
|
<name>event-bus-proc</name>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
<projects>
|
<projects>
|
||||||
</projects>
|
</projects>
|
@ -3,7 +3,7 @@
|
|||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>event-bus-ap</artifactId>
|
<artifactId>event-bus-proc</artifactId>
|
||||||
|
|
||||||
<name>Event Bus Annotation Processor</name>
|
<name>Event Bus Annotation Processor</name>
|
||||||
<description>Annotation processor checking for errors related to the @Event annotation from Event Bus.</description>
|
<description>Annotation processor checking for errors related to the @Event annotation from Event Bus.</description>
|
||||||
@ -28,6 +28,8 @@
|
|||||||
<testSourceDirectory />
|
<testSourceDirectory />
|
||||||
|
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
||||||
|
<!-- Prevent annotation processing error during compilation -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
@ -35,6 +37,7 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
<!-- Include event-bus-core classes into JAR -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
@ -1,4 +1,4 @@
|
|||||||
package dev.kske.eventbus.ap;
|
package dev.kske.eventbus.proc;
|
||||||
|
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
@ -4,4 +4,4 @@
|
|||||||
* @author Kai S. K. Engelbart
|
* @author Kai S. K. Engelbart
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
package dev.kske.eventbus.ap;
|
package dev.kske.eventbus.proc;
|
@ -0,0 +1 @@
|
|||||||
|
dev.kske.eventbus.proc.EventProcessor
|
Loading…
Reference in New Issue
Block a user