Skip to content

Commit

Permalink
Removes unnecessary configurations part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Dec 20, 2023
1 parent 9731c02 commit fbd5d89
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions jeorg-spring/title-text-adder/title-text-adder-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<build>
<finalName>${project.artifactId}</finalName>
<sourceDirectory>src/main/java</sourceDirectory>
<sourceDirectory>src/main/kotlin</sourceDirectory>
<resources>
<resource>
<directory>src/main/webapp</directory>
Expand Down Expand Up @@ -74,25 +74,6 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>${build-helper-maven-plugin.version}</version>
<executions>
<execution>
<id>kotlin-test</id>
<phase>generate-test-sources</phase>
<goals>
<goal>add-test-source</goal>
</goals>
<configuration>
<sources>
<source>src/test/kotlin</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit fbd5d89

Please sign in to comment.