Skip to content

Commit fa4d201

Browse files
committed
fix
1 parent 0eabd2c commit fa4d201

1 file changed

Lines changed: 26 additions & 22 deletions

File tree

test/pom.xml

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -715,28 +715,32 @@
715715
<name>installGdal</name>
716716
</property>
717717
</activation>
718-
<plugin>
719-
<groupId>org.codehaus.mojo</groupId>
720-
<artifactId>exec-maven-plugin</artifactId>
721-
<version>1.2.1</version>
722-
<executions>
723-
<execution>
724-
<id>install-gdal-it</id>
725-
<phase>pre-integration-test</phase>
726-
<goals>
727-
<goal>java</goal>
728-
</goals>
729-
</execution>
730-
</executions>
731-
<configuration>
732-
<mainClass>
733-
org.locationtech.geowave.adapter.raster.plugin.gdal.InstallGdal
734-
</mainClass>
735-
<arguments>
736-
<argument>${gdal.dir}</argument>
737-
</arguments>
738-
</configuration>
739-
</plugin>
718+
<build>
719+
<plugins>
720+
<plugin>
721+
<groupId>org.codehaus.mojo</groupId>
722+
<artifactId>exec-maven-plugin</artifactId>
723+
<version>1.2.1</version>
724+
<executions>
725+
<execution>
726+
<id>install-gdal-it</id>
727+
<phase>pre-integration-test</phase>
728+
<goals>
729+
<goal>java</goal>
730+
</goals>
731+
</execution>
732+
</executions>
733+
<configuration>
734+
<mainClass>
735+
org.locationtech.geowave.adapter.raster.plugin.gdal.InstallGdal
736+
</mainClass>
737+
<arguments>
738+
<argument>${gdal.dir}</argument>
739+
</arguments>
740+
</configuration>
741+
</plugin>
742+
</plugins>
743+
</build>
740744
</profile>
741745
<profile>
742746
<id>accumulo-it-server</id>

0 commit comments

Comments
 (0)