Skip to content

Commit

Permalink
#294 - Moved yaml modules to parent module
Browse files Browse the repository at this point in the history
  • Loading branch information
starnowski committed Aug 9, 2024
1 parent c2c0462 commit ae4685b
Show file tree
Hide file tree
Showing 92 changed files with 21 additions and 5,263 deletions.
2 changes: 1 addition & 1 deletion configuration-parent/configuration-jar/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

The module is packaged as the uber jar that ables to generated DDL scripts that create the shared schema strategy based on configuration.
Currently, the module supports only the YAML file extensions.
To see how to prepare a configuration file, please check the [configuration-yaml-interpreter](../configuration-yaml-interpreter) module.
To see how to prepare a configuration file, please check the [configuration-yaml-interpreter](../configuration-yaml-interpreter-parent/configuration-yaml-interpreter) module.
The jar file required JAVA version 8 or newer.

### Usage
Expand Down
18 changes: 18 additions & 0 deletions configuration-parent/configuration-yaml-interpreter-parent/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.starnowski.posmulten.configuration</groupId>
<artifactId>configuration-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
</parent>

<artifactId>configuration-yaml-interpreter-parent</artifactId>
<modules>
<module>configuration-yaml-interpreter</module>
<module>configuration-yaml-interpreter-functional-tests</module>
</modules>

</project>
500 changes: 0 additions & 500 deletions configuration-parent/configuration-yaml-interpreter/README.md

This file was deleted.

175 changes: 0 additions & 175 deletions configuration-parent/configuration-yaml-interpreter/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ae4685b

Please sign in to comment.