Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for zoals (0.02 sec)

  1. .teamcity/pom.xml

                            <phase>process-sources</phase>
                            <goals>
                                <goal>compile</goal>
                            </goals>
                        </execution>
                        <execution>
                            <id>test-compile</id>
                            <phase>process-test-sources</phase>
                            <goals>
                                <goal>test-compile</goal>
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Wed Oct 30 08:37:54 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  2. pom.xml

    					</target>
    				</configuration>
    				<goals>
    					<goal>run</goal>
    				</goals>
    			</plugin>
    			<plugin>
    				<artifactId>maven-resources-plugin</artifactId>
    				<executions>
    					<execution>
    						<id>copy-resources-deb</id>
    						<phase>prepare-package</phase>
    						<goals>
    							<goal>copy-resources</goal>
    						</goals>
    						<configuration>
    Registered: Mon Oct 28 08:04:08 UTC 2024
    - Last Modified: Sat Oct 26 02:16:03 UTC 2024
    - 49.1K bytes
    - Viewed (1)
Back to top