Skip to content

Commit

Permalink
feat(citrusframework#1156): provide test api generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten Schlathoelter committed May 14, 2024
1 parent 598d00d commit e05ec95
Show file tree
Hide file tree
Showing 17 changed files with 1,041 additions and 1,490 deletions.
380 changes: 380 additions & 0 deletions src/manual/testapi.adoc

Large diffs are not rendered by default.

636 changes: 0 additions & 636 deletions test-api-generator/citrus-test-api-generator-core/README.md

This file was deleted.

43 changes: 0 additions & 43 deletions test-api-generator/citrus-test-api-generator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,49 +93,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<executions>
<execution>
<id>enforce-maven</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireMavenVersion>
<version>2.2.0</version>
</requireMavenVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<id>default-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
<execution>
<id>test-jar</id>
<phase>package</phase>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand Down

This file was deleted.

Loading

0 comments on commit e05ec95

Please sign in to comment.