spring-content
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>3.0.17</version>
</dependency><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>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>3.0.17</version>
<packaging>pom</packaging>
<name>Spring Content</name>
<url>https://github.com/paulcwarren/spring-content/</url>
<description>Cloud-Native Headless Content Management Services (CMS) for Spring.
Integrates with Spring Data, Spring Data REST and Apache Solr</description>
<organization>
<name>Paul Warren</name>
<url>https://github.com/paulcwarren</url>
</organization>
<issueManagement>
<system>Github</system>
<url>https://github.com/paulcwarren/spring-content/issues</url>
</issueManagement>
<ciManagement>
<system>Travis CI</system>
<url>https://travis-ci.org/paulcwarren/spring-content</url>
</ciManagement>
<scm>
<url>https://github.com/paulcwarren/spring-content</url>
<developerConnection>Paul Warren</developerConnection>
</scm>
<developers>
<developer>
<name>Paul Warren</name>
<email>paul_c_warren@yahoo.com</email>
</developer>
</developers>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring-content.version>${project.version}</spring-content.version>
<ginkgo4j-version>1.0.15</ginkgo4j-version>
<springboot-version>3.4.2</springboot-version>
<spring-cloud.version>2024.0.0</spring-cloud.version>
<commonsio-version>2.18.0</commonsio-version>
<commons-lang.version>2.6</commons-lang.version>
<common-logging.version>1.3.4</common-logging.version>
<commons-text.version>1.12.0</commons-text.version>
<jakarta-persistence-api.version>3.1.0</jakarta-persistence-api.version>
<hibernate.version>5.6.15.Final</hibernate.version>
<hibernate-orm.version>6.1.7.Final</hibernate-orm.version>
<solr-solrj.version>9.8.0</solr-solrj.version>
<elasticsearch-rest-high-level-client.version>7.17.27</elasticsearch-rest-high-level-client.version>
<!-- Test dependencies -->
<test-containers.version>1.17.6</test-containers.version>
<mockito.version>3.12.4</mockito.version>
<docs.output.dir>../target/generated-docs/refs/${env.BUILD_TYPE}/</docs.output.dir>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${springboot-version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>${spring-cloud.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>${test-containers.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<modules>
<module>./spring-content-autoconfigure</module>
<module>./spring-content-azure-storage</module>
<module>./spring-content-commons</module>
<module>./spring-content-encryption</module>
<!-- <module>./spring-content-docx4j</module>-->
<module>./spring-content-fs</module>
<module>./spring-content-fs-boot-starter</module>
<module>./spring-content-gcs</module>
<module>./spring-content-jpa</module>
<module>./spring-content-jpa-boot-starter</module>
<module>./spring-content-mongo</module>
<module>./spring-content-mongo-boot-starter</module>
<module>./spring-content-rest</module>
<module>./spring-content-rest-boot-starter</module>
<module>./spring-content-s3</module>
<module>./spring-content-s3-boot-starter</module>
<module>./spring-content-renditions</module>
<module>./spring-content-renditions-boot-starter</module>
<module>./spring-content-solr</module>
<module>./spring-content-solr-boot-starter</module>
<module>./spring-content-elasticsearch</module>
<module>./spring-content-elasticsearch-boot-starter</module>
<module>./content-fs-spring-boot-starter</module>
<module>./content-jpa-spring-boot-starter</module>
<module>./content-mongo-spring-boot-starter</module>
<module>./content-rest-spring-boot-starter</module>
<module>./content-s3-spring-boot-starter</module>
<module>./content-solr-spring-boot-starter</module>
<module>./spring-versions-commons</module>
<module>./spring-versions-jpa</module>
<module>./spring-versions-jpa-boot-starter</module>
<module>./spring-content-bom</module>
</modules>
<build>
<!-- <pluginManagement>-->
<!-- <plugins>-->
<!-- <plugin>-->
<!-- <groupId>org.simplify4u.plugins</groupId>-->
<!-- <artifactId>sign-maven-plugin</artifactId>-->
<!-- <version>1.0.1</version>-->
<!-- </plugin>-->
<!-- </plugins>-->
<!-- </pluginManagement>-->
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
<!--
Doc Publishing
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-publish-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<providerImplementations>
<git>jgit</git>
</providerImplementations>
<checkoutDirectory>${project.build.directory}/scmpublish</checkoutDirectory>
<checkinComment>Publishing reference guides for
${project.artifactId}:${project.version}</checkinComment>
<content>${basedir}/target/generated-docs</content>
<skipDeletedFiles>true</skipDeletedFiles>
<dryRun>true</dryRun>
<pubScmUrl>scm:git:https://github.com/paulcwarren/spring-content.git</pubScmUrl>
<scmBranch>gh-pages</scmBranch> branch with static site
<username>${env.CI_USERNAME}</username>
<password>${env.CI_PASSWORD}</password>
<ignorePathsToDelete>
<ignorePathToDelete>/*</ignorePathToDelete>
</ignorePathsToDelete>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-jgit</artifactId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.11.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-api</artifactId>
<version>1.11.2</version>
</dependency>
</dependencies>
</plugin>
--> </plugins>
</build>
<profiles>
<profile>
<id>dev</id>
<activation>
<activeByDefault>true</activeByDefault>
<property>
<name>!env.BUILD_TYPE</name>
</property>
</activation>
<properties>
<docs.output.dir>../target/generated-docs/refs/dev/</docs.output.dir>
</properties>
</profile>
<!-- test/coverage -->
<profile>
<id>tests</id>
<build>
<plugins>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.12</version>
<executions>
<!-- Prepare execution with Surefire -->
<execution>
<id>pre-unit-test</id>
<goals>
<goal>prepare-agent</goal>
</goals>
<configuration>
<propertyName>surefireArgLine</propertyName>
</configuration>
</execution>
<!-- Generate report after tests are run -->
<execution>
<id>post-unit-test</id>
<phase>integration-test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.2</version>
<configuration>
<argLine>${surefireArgLine}</argLine>
<skipTests>true</skipTests>
<properties>
<property>
<name>listener</name>
<value>com.github.paulcwarren.ginkgo4j.maven.JUnitRunListener</value>
</property>
</properties>
</configuration>
<executions>
<execution>
<id>unit-tests</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<skipTests>false</skipTests>
<includes>
<include>**/*Test.java</include>
</includes>
</configuration>
</execution>
<execution>
<id>integration-tests</id>
<phase>integration-test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<skipTests>false</skipTests>
<includes>
<include>**/*IT.*</include>
<include>**/*Tests.*</include>
</includes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>docs</id>
<build>
<plugins>
<!-- Docs Rendering -->
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<backend>html</backend>
<doctype>book</doctype>
<attributes>
<version>${project.version}</version>
</attributes>
<outputDirectory>${docs.output.dir}</outputDirectory>
</configuration>
<executions>
<execution>
<id>output-html</id>
<phase>generate-resources</phase>
<goals>
<goal>process-asciidoc</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>ci</id>
<build>
<!-- <pluginManagement>-->
<!-- <plugins>-->
<!-- <plugin>-->
<!-- <groupId>org.simplify4u.plugins</groupId>-->
<!-- <artifactId>sign-maven-plugin</artifactId>-->
<!-- <version>1.0.1</version>-->
<!-- </plugin>-->
<!-- </plugins>-->
<!-- </pluginManagement>-->
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.2</version>
<configuration>
<failOnError>false</failOnError>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<!-- Prevent gpg from using pinentry programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
<!-- <plugin>-->
<!-- <groupId>org.simplify4u.plugins</groupId>-->
<!-- <artifactId>sign-maven-plugin</artifactId>-->
<!-- <version>1.0.1</version>-->
<!-- </plugin>-->
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>sign-artifacts</id>-->
<!-- <phase>verify</phase>-->
<!-- <goals>-->
<!-- <goal>sign</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <!– Prevent gpg from using pinentry programs –>-->
<!-- <gpgArguments>-->
<!-- <arg>--pinentry-mode</arg>-->
<!-- <arg>loopback</arg>-->
<!-- </gpgArguments>-->
<!-- </configuration>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
</plugins>
</build>
</profile>
</profiles>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>