Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rename directory raml to ramls; exclude jaxrs directory
  • Loading branch information
julianladisch committed Dec 5, 2017
1 parent 8e27e6f commit 09db0bd
Show file tree
Hide file tree
Showing 30 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
@@ -1,3 +1,3 @@
[submodule "raml-util"]
path = domain-models-api-interfaces/raml/raml-util
path = domain-models-api-interfaces/ramls/raml-util
url = https://github.com/folio-org/raml.git
File renamed without changes.
File renamed without changes.
20 changes: 19 additions & 1 deletion domain-models-interface-extensions/pom.xml
Expand Up @@ -74,7 +74,25 @@

<build>
<plugins>
<plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<phase>initialize</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target> <!-- delete test files produced from GenerateRunnerTest.java -->
<delete dir="${basedir}/src/main/java/org/folio/rest/jaxrs/" />
</target>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.9</version>
Expand Down
@@ -0,0 +1 @@
jaxrs/
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -27,8 +27,8 @@
<aspectj.version>1.8.9</aspectj.version>
<!-- ramlfiles_path needed to generate interfaces, pojos and api mapping
path to func, ui of raml -->
<ramlfiles_path>${project.parent.basedir}/domain-models-api-interfaces/raml</ramlfiles_path>
<ramlfiles_util_path>${project.parent.basedir}/domain-models-api-interfaces/raml/raml-util</ramlfiles_util_path>
<ramlfiles_path>${project.parent.basedir}/domain-models-api-interfaces/ramls</ramlfiles_path>
<ramlfiles_util_path>${project.parent.basedir}/domain-models-api-interfaces/ramls/raml-util</ramlfiles_util_path>
<!-- not supported yet the interface package is currently hard coded when
scanning a project to find the interface implementation -->
<interface_package>com.folio.rest.jaxrs</interface_package>
Expand Down

0 comments on commit 09db0bd

Please sign in to comment.