Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann committed Dec 11, 2019
1 parent ebb1a65 commit d0a020f
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,31 +35,11 @@
</heliumPythonSystestPythonpath>
<buildPythonpath>${basedir}${path.separator}${heliumPythonHome}${path.separator}${heliumPythonMainPythonpath}</buildPythonpath>
<parentBasedir>${basedir}</parentBasedir>
<webDriverBuildDirectory>${parentBasedir}/target/webdrivers</webDriverBuildDirectory>
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
</properties>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>${maven-antrun-plugin.version}</version>
<executions>
<execution>
<id>create-webdriver-build-directory</id>
<!-- The phase right before compile: -->
<phase>process-resources</phase>
<configuration>
<target>
<mkdir dir="${webDriverBuildDirectory}" />
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down

0 comments on commit d0a020f

Please sign in to comment.