We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77b98c commit a6d5736Copy full SHA for a6d5736
1 file changed
storm-kotlinx-serialization/pom.xml
@@ -103,16 +103,6 @@
103
<artifactId>build-helper-maven-plugin</artifactId>
104
<version>3.6.0</version>
105
<executions>
106
- <execution>
107
- <id>add-java-main</id>
108
- <phase>generate-sources</phase>
109
- <goals><goal>add-source</goal></goals>
110
- <configuration>
111
- <sources>
112
- <source>src/main/java</source>
113
- </sources>
114
- </configuration>
115
- </execution>
116
<execution>
117
<id>add-kotlin-main</id>
118
<phase>generate-sources</phase>
0 commit comments