...
- change parent/version from 3.0.1 to 3.0.2
- change properties/syncope.version from 3.0.1 to 3.0.2
In fit/pom.xml
:
for
cargo-maven3-plugin
:
removeCode Block language xml <log>${cargo.log}</log> <output>${cargo.output}</output>
add under <
build><plugins>
inside<systemProperties>
:Code Block language xml <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <inherited>true</inherited> <executions> <execution> <id>set-bundles</id> <phase>process-test-resources</phase> <goals> <goal>copy</goal> </goals> </execution> </executions> </plugin><syncope.conf.dir>${basedir}/../core/target/test-classes</syncope.conf.dir> <syncope.connid.location>file:${basedir}/../core/target/bundles/</syncope.connid.location>
Other files
In all instances of log4j2.xml
:
...