Commit 8534d068 authored by Balazs Grill's avatar Balazs Grill
Browse files

Merge branch '10-restore-ci-after-migration' into 'master'

Resolve "Restore CI after migration"

Closes #10

See merge request !2
parents a8467cd5 9a159ec8
Loading
Loading
Loading
Loading
+0 −19
Original line number Diff line number Diff line
@@ -62,25 +62,6 @@
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-antrun-plugin</artifactId>
				<version>1.7</version>
				<executions>
					<execution>
						<phase>generate-sources</phase>
						<configuration>
							<target>
								<property name="compile_classpath" refid="maven.compile.classpath" />
								<ant target="all" inheritRefs="true" antfile="build-help.xml" />
							</target>
						</configuration>
						<goals>
							<goal>run</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
		</plugins>
		<pluginManagement>
			<plugins>