coral-all

The all in one project of coral

License

License

GroupId

GroupId

com.github.ft-force
ArtifactId

ArtifactId

coral-all
Last Version

Last Version

0.2.9
Release Date

Release Date

Type

Type

jar
Description

Description

coral-all
The all in one project of coral

Download coral-all

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.ft-force/coral-all/ -->
<dependency>
    <groupId>com.github.ft-force</groupId>
    <artifactId>coral-all</artifactId>
    <version>0.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ft-force/coral-all/
implementation 'com.github.ft-force:coral-all:0.2.9'
// https://jarcasting.com/artifacts/com.github.ft-force/coral-all/
implementation ("com.github.ft-force:coral-all:0.2.9")
'com.github.ft-force:coral-all:jar:0.2.9'
<dependency org="com.github.ft-force" name="coral-all" rev="0.2.9">
  <artifact name="coral-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ft-force', module='coral-all', version='0.2.9')
)
libraryDependencies += "com.github.ft-force" % "coral-all" % "0.2.9"
[com.github.ft-force/coral-all "0.2.9"]

Dependencies

compile (5)

Group / Artifact Type Version
com.github.ft-force : coral-core jar 0.2.9
com.github.ft-force : coral-lock-spring-boot-starter jar 0.2.9
com.github.ft-force : coral-audit-spring-boot-starter jar 0.2.9
com.github.ft-force : coral-masking-spring-boot-starter jar 0.2.9
com.github.ft-force : coral-auth-spring-boot-starter jar 0.2.9

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.1.10.RELEASE

Project Modules

There are no modules declared in this project.

coral-framework

cd ~/repository/github.com/ft-force/coral-framework
mvn deploy
    <build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
    <build>
        <finalName>${project.artifactId}</finalName>

        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>appassembler-maven-plugin</artifactId>
                <version>2.1.0</version>
                <executions>
                    <execution>
                        <id>make-assembly</id>
                        <phase>package</phase>
                        <goals>
                            <goal>assemble</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <configurationDirectory>conf</configurationDirectory>
                    <configurationSourceDirectory>src/main/resources</configurationSourceDirectory>
                    <copyConfigurationDirectory>true</copyConfigurationDirectory>
                    <includeConfigurationDirectoryInClasspath>true</includeConfigurationDirectoryInClasspath>
                    <repositoryLayout>flat</repositoryLayout>
                    <repositoryName>lib</repositoryName>
                    <encoding>UTF-8</encoding>
                    <useWildcardClassPath>true</useWildcardClassPath>
                    <binFileExtensions>
                        <unix>.sh</unix>
                        <windows>.bat</windows>
                    </binFileExtensions>
                    <assembleDirectory>${project.build.directory}/${project.name}</assembleDirectory>
                    <programs>
                        <program>
                            <mainClass>com.ftf.doc.admin.DocAdminApplication</mainClass>
                            <id>${project.name}</id>
                            <jvmSettings>
                                <extraArguments>
                                    <extraArgument>-Xms1024m</extraArgument>
                                    <extraArgument>-Xmx1024m</extraArgument>
                                    <extraArgument>-Xss512k</extraArgument>
                                </extraArguments>
                            </jvmSettings>
                            <platforms>
                                <platform>windows</platform>
                                <platform>unix</platform>
                            </platforms>
                        </program>
                    </programs>
                </configuration>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-assembly-plugin</artifactId>
                <configuration>
                    <descriptors>
                        <descriptor>assembly/assembly.xml</descriptor>
                    </descriptors>
                </configuration>
                <executions>
                    <execution>
                        <id>make-assembly</id>
                        <phase>package</phase>
                        <goals>
                            <goal>single</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

Versions

Version
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1