Skip to content

Commit

Permalink
fixed build?
Browse files Browse the repository at this point in the history
  • Loading branch information
hg-ms committed Apr 2, 2024
1 parent 0051505 commit 5cabb32
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions examples/layered-entities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,54 +37,4 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerId>javac</compilerId>
</configuration>
<executions>
<execution>
<id>process-annotations</id>
<phase>generate-sources</phase>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<annotationProcessors>
<annotationProcessor>org.eclipse.serializer.codegen.entity.EntityProcessor</annotationProcessor>
</annotationProcessors>
<compilerArgs>
<arg>-proc:only</arg>
<arg>-Amicrostream.entity.hashequalator=true</arg>
<arg>-Amicrostream.entity.appendable=true</arg>
</compilerArgs>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.4.0</version>
<executions>
<execution>
<id>add-source</id>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>${project.build.directory}/generated-sources/annotations</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 5cabb32

Please sign in to comment.