Mentions légales du service

Skip to content
Snippets Groups Projects

APS-16 - make homeCommunityID configurable, remove deprecated database...

Merged Alexandre Pocinho requested to merge feature/APS-16-assertion-homeCommunityID into develop
20 files
+ 1744
1413
Compare changes
  • Side-by-side
  • Inline
Files
20
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
<id>assertion-provider</id>
<baseDirectory>/</baseDirectory>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
<directory>.</directory>
<outputDirectory>/</outputDirectory>
</fileSet>
</fileSets>
</assembly>
\ No newline at end of file
Loading