NIFIREG-176-RC1 prepare release nifi-registry-0.2.0-RC1
This commit is contained in:
Родитель
186d9259ca
Коммит
7966c52edd
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-registry-assembly</artifactId>
|
<artifactId>nifi-registry-assembly</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-web-docs</artifactId>
|
<artifactId>nifi-registry-web-docs</artifactId>
|
||||||
<type>war</type>
|
<type>war</type>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
|
@ -126,7 +126,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-docs</artifactId>
|
<artifactId>nifi-registry-docs</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
<classifier>resources</classifier>
|
<classifier>resources</classifier>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
|
@ -161,13 +161,13 @@
|
||||||
<nifi.registry.providers.configuration.file>./conf/providers.xml</nifi.registry.providers.configuration.file>
|
<nifi.registry.providers.configuration.file>./conf/providers.xml</nifi.registry.providers.configuration.file>
|
||||||
|
|
||||||
<!-- nifi-registry.properties: legacy database properties, used to migrate data from old DB to the new DB below -->
|
<!-- nifi-registry.properties: legacy database properties, used to migrate data from old DB to the new DB below -->
|
||||||
<nifi.registry.db.directory></nifi.registry.db.directory>
|
<nifi.registry.db.directory />
|
||||||
<nifi.registry.db.url.append></nifi.registry.db.url.append>
|
<nifi.registry.db.url.append />
|
||||||
|
|
||||||
<!-- nifi-registry.properties: database properties -->
|
<!-- nifi-registry.properties: database properties -->
|
||||||
<nifi.registry.db.url>jdbc:h2:./database/nifi-registry-primary;AUTOCOMMIT=OFF;DB_CLOSE_ON_EXIT=FALSE;LOCK_MODE=3;LOCK_TIMEOUT=25000;WRITE_DELAY=0;AUTO_SERVER=FALSE</nifi.registry.db.url>
|
<nifi.registry.db.url>jdbc:h2:./database/nifi-registry-primary;AUTOCOMMIT=OFF;DB_CLOSE_ON_EXIT=FALSE;LOCK_MODE=3;LOCK_TIMEOUT=25000;WRITE_DELAY=0;AUTO_SERVER=FALSE</nifi.registry.db.url>
|
||||||
<nifi.registry.db.driver.class>org.h2.Driver</nifi.registry.db.driver.class>
|
<nifi.registry.db.driver.class>org.h2.Driver</nifi.registry.db.driver.class>
|
||||||
<nifi.registry.db.driver.directory></nifi.registry.db.driver.directory>
|
<nifi.registry.db.driver.directory />
|
||||||
<nifi.registry.db.username>nifireg</nifi.registry.db.username>
|
<nifi.registry.db.username>nifireg</nifi.registry.db.username>
|
||||||
<nifi.registry.db.password>nifireg</nifi.registry.db.password>
|
<nifi.registry.db.password>nifireg</nifi.registry.db.password>
|
||||||
<nifi.registry.db.maxConnections>5</nifi.registry.db.maxConnections>
|
<nifi.registry.db.maxConnections>5</nifi.registry.db.maxConnections>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>nifi-registry-bootstrap</artifactId>
|
<artifactId>nifi-registry-bootstrap</artifactId>
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-utils</artifactId>
|
<artifactId>nifi-registry-utils</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>nifi-registry-client</artifactId>
|
<artifactId>nifi-registry-client</artifactId>
|
||||||
|
@ -24,12 +24,12 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-data-model</artifactId>
|
<artifactId>nifi-registry-data-model</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-security-utils</artifactId>
|
<artifactId>nifi-registry-security-utils</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.glassfish.jersey.core</groupId>
|
<groupId>org.glassfish.jersey.core</groupId>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>nifi-registry-data-model</artifactId>
|
<artifactId>nifi-registry-data-model</artifactId>
|
||||||
|
|
|
@ -13,13 +13,11 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
<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">
|
||||||
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">
|
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<artifactId>nifi-registry-docs</artifactId>
|
<artifactId>nifi-registry-docs</artifactId>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>nifi-registry-flow-diff</artifactId>
|
<artifactId>nifi-registry-flow-diff</artifactId>
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-data-model</artifactId>
|
<artifactId>nifi-registry-data-model</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
|
@ -17,7 +17,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>nifi-registry-framework</artifactId>
|
<artifactId>nifi-registry-framework</artifactId>
|
||||||
|
@ -153,17 +153,17 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-data-model</artifactId>
|
<artifactId>nifi-registry-data-model</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-properties</artifactId>
|
<artifactId>nifi-registry-properties</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-utils</artifactId>
|
<artifactId>nifi-registry-utils</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
<scope>provided</scope> <!-- will be in lib dir -->
|
<scope>provided</scope> <!-- will be in lib dir -->
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -179,7 +179,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-security-utils</artifactId>
|
<artifactId>nifi-registry-security-utils</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>javax.servlet</groupId>
|
||||||
|
@ -360,7 +360,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-flow-diff</artifactId>
|
<artifactId>nifi-registry-flow-diff</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-registry-jetty</artifactId>
|
<artifactId>nifi-registry-jetty</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-properties</artifactId>
|
<artifactId>nifi-registry-properties</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-registry-properties</artifactId>
|
<artifactId>nifi-registry-properties</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>nifi-registry-provider-api</artifactId>
|
<artifactId>nifi-registry-provider-api</artifactId>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-registry-resources</artifactId>
|
<artifactId>nifi-registry-resources</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-registry-runtime</artifactId>
|
<artifactId>nifi-registry-runtime</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -26,17 +26,17 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-utils</artifactId>
|
<artifactId>nifi-registry-utils</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-properties</artifactId>
|
<artifactId>nifi-registry-properties</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-jetty</artifactId>
|
<artifactId>nifi-registry-jetty</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>nifi-registry-security-utils</artifactId>
|
<artifactId>nifi-registry-security-utils</artifactId>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>nifi-registry-utils</artifactId>
|
<artifactId>nifi-registry-utils</artifactId>
|
||||||
|
|
|
@ -19,10 +19,10 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-registry-web-api</artifactId>
|
<artifactId>nifi-registry-web-api</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@ -158,29 +158,24 @@
|
||||||
<echo>Copy static Swagger UI files to target</echo>
|
<echo>Copy static Swagger UI files to target</echo>
|
||||||
<copy todir="${project.build.directory}/classes/static/swagger">
|
<copy todir="${project.build.directory}/classes/static/swagger">
|
||||||
<fileset dir="${project.build.directory}/swagger-ui-${swagger.ui.version}/dist">
|
<fileset dir="${project.build.directory}/swagger-ui-${swagger.ui.version}/dist">
|
||||||
<include name="**"/>
|
<include name="**" />
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
<echo>Disable schema validation by removing validatorUrl</echo>
|
<echo>Disable schema validation by removing validatorUrl</echo>
|
||||||
<replace token="https://online.swagger.io/validator"
|
<replace token="https://online.swagger.io/validator" value="" dir="${project.build.directory}/classes/static/swagger">
|
||||||
value=""
|
<include name="swagger-ui-bundle.js" />
|
||||||
dir="${project.build.directory}/classes/static/swagger">
|
<include name="swagger-ui-standalone-preset.js" />
|
||||||
<include name="swagger-ui-bundle.js"/>
|
|
||||||
<include name="swagger-ui-standalone-preset.js"/>
|
|
||||||
</replace>
|
</replace>
|
||||||
<echo>Rename 'index.html' to 'ui.html'</echo>
|
<echo>Rename 'index.html' to 'ui.html'</echo>
|
||||||
<move file="${project.build.directory}/classes/static/swagger/index.html"
|
<move file="${project.build.directory}/classes/static/swagger/index.html" tofile="${project.build.directory}/classes/static/swagger/ui.html" />
|
||||||
tofile="${project.build.directory}/classes/static/swagger/ui.html"/>
|
|
||||||
<echo>Replace default swagger.json location</echo>
|
<echo>Replace default swagger.json location</echo>
|
||||||
<replace token="http://petstore.swagger.io/v2/swagger.json"
|
<replace token="http://petstore.swagger.io/v2/swagger.json" value="/nifi-registry-api/swagger/swagger.json" dir="${project.build.directory}/classes/static/swagger">
|
||||||
value="/nifi-registry-api/swagger/swagger.json"
|
<include name="ui.html" />
|
||||||
dir="${project.build.directory}/classes/static/swagger">
|
|
||||||
<include name="ui.html"/>
|
|
||||||
</replace>
|
</replace>
|
||||||
<echo>Copy swagger.json into static assets folder</echo>
|
<echo>Copy swagger.json into static assets folder</echo>
|
||||||
<copy todir="${project.build.directory}/classes/static/swagger">
|
<copy todir="${project.build.directory}/classes/static/swagger">
|
||||||
<fileset dir="${project.build.directory}/swagger">
|
<fileset dir="${project.build.directory}/swagger">
|
||||||
<include name="*.json"/>
|
<include name="*.json" />
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
</sequential>
|
</sequential>
|
||||||
|
@ -274,30 +269,30 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-framework</artifactId>
|
<artifactId>nifi-registry-framework</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-properties</artifactId>
|
<artifactId>nifi-registry-properties</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
<scope>provided</scope> <!-- This will be in the lib directory -->
|
<scope>provided</scope> <!-- This will be in the lib directory -->
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-security-api</artifactId>
|
<artifactId>nifi-registry-security-api</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
<scope>provided</scope> <!-- This will be in lib directory -->
|
<scope>provided</scope> <!-- This will be in lib directory -->
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-provider-api</artifactId>
|
<artifactId>nifi-registry-provider-api</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
<scope>provided</scope> <!-- This will be in lib directory -->
|
<scope>provided</scope> <!-- This will be in lib directory -->
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-security-utils</artifactId>
|
<artifactId>nifi-registry-security-utils</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
@ -326,7 +321,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-client</artifactId>
|
<artifactId>nifi-registry-client</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-registry-web-docs</artifactId>
|
<artifactId>nifi-registry-web-docs</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-utils</artifactId>
|
<artifactId>nifi-registry-utils</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -19,11 +19,11 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-web-ui</artifactId>
|
<artifactId>nifi-registry-web-ui</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<properties>
|
<properties>
|
||||||
<staging.dir>${project.build.directory}/tmp</staging.dir>
|
<staging.dir>${project.build.directory}/tmp</staging.dir>
|
||||||
|
|
20
pom.xml
20
pom.xml
|
@ -24,7 +24,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry</artifactId>
|
<artifactId>nifi-registry</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<description>Provides a central location for storage and management of shared resources across one or more instances
|
<description>Provides a central location for storage and management of shared resources across one or more instances
|
||||||
of NiFi and/or MiNiFi.
|
of NiFi and/or MiNiFi.
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
<connection>scm:git:git://git.apache.org/nifi-registry.git</connection>
|
<connection>scm:git:git://git.apache.org/nifi-registry.git</connection>
|
||||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/nifi-registry.git</developerConnection>
|
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/nifi-registry.git</developerConnection>
|
||||||
<url>https://git-wip-us.apache.org/repos/asf?p=nifi-registry.git</url>
|
<url>https://git-wip-us.apache.org/repos/asf?p=nifi-registry.git</url>
|
||||||
<tag>HEAD</tag>
|
<tag>nifi-registry-0.2.0-RC1</tag>
|
||||||
</scm>
|
</scm>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>JIRA</system>
|
<system>JIRA</system>
|
||||||
|
@ -301,44 +301,44 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-utils</artifactId>
|
<artifactId>nifi-registry-utils</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-bootstrap</artifactId>
|
<artifactId>nifi-registry-bootstrap</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-runtime</artifactId>
|
<artifactId>nifi-registry-runtime</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-security-api</artifactId>
|
<artifactId>nifi-registry-security-api</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-provider-api</artifactId>
|
<artifactId>nifi-registry-provider-api</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-web-ui</artifactId>
|
<artifactId>nifi-registry-web-ui</artifactId>
|
||||||
<type>war</type>
|
<type>war</type>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-web-api</artifactId>
|
<artifactId>nifi-registry-web-api</artifactId>
|
||||||
<type>war</type>
|
<type>war</type>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.registry</groupId>
|
<groupId>org.apache.nifi.registry</groupId>
|
||||||
<artifactId>nifi-registry-resources</artifactId>
|
<artifactId>nifi-registry-resources</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
<classifier>resources</classifier>
|
<classifier>resources</classifier>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче