File tree Expand file tree Collapse file tree 3 files changed +50
-51
lines changed
stackable/patches/phoenix Expand file tree Collapse file tree 3 files changed +50
-51
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,6 @@ mvn \
248
248
-Dhadoop.version=${HADOOP} \
249
249
-DskipTests \
250
250
-Dcheckstyle.skip=true \
251
- -Prelease \
252
251
-fphoenix-${PHOENIX}-src \
253
252
clean \
254
253
package
Original file line number Diff line number Diff line change 1
1
diff --git a/pom.xml b/pom.xml
2
- index bce2398..92d92f1 100644
2
+ index bce2398..4abcb5a 100644
3
3
--- a/pom.xml
4
4
+++ b/pom.xml
5
- @@ -1744 ,6 +1744 ,23 @@
6
- <id>release</id >
7
- <build >
8
- <plugins >
9
- + <plugin>
10
- + <groupId>org.cyclonedx</groupId>
11
- + <artifactId>cyclonedx-maven-plugin</artifactId>
12
- + <version>2.8.0</version>
13
- + <configuration>
14
- + <projectType>application</projectType>
15
- + <schemaVersion>1.5</schemaVersion>
16
- + </configuration>
17
- + <executions>
18
- + <execution>
19
- + <goals>
20
- + <goal>makeBom</goal>
21
- + </goals>
22
- + <phase>package</phase>
23
- + </execution>
24
- + </executions>
25
- + </plugin>
26
- <plugin >
27
- <groupId>org.apache.rat</groupId >
28
- <artifactId>apache-rat-plugin</artifactId>
5
+ @@ -680 ,6 +680 ,23 @@
6
+ <extensions>true</extensions >
7
+ <inherited>true</inherited >
8
+ </plugin >
9
+ + <plugin>
10
+ + <groupId>org.cyclonedx</groupId>
11
+ + <artifactId>cyclonedx-maven-plugin</artifactId>
12
+ + <version>2.8.0</version>
13
+ + <configuration>
14
+ + <projectType>application</projectType>
15
+ + <schemaVersion>1.5</schemaVersion>
16
+ + </configuration>
17
+ + <executions>
18
+ + <execution>
19
+ + <goals>
20
+ + <goal>makeBom</goal>
21
+ + </goals>
22
+ + <phase>package</phase>
23
+ + </execution>
24
+ + </executions>
25
+ + </plugin>
26
+ </plugins >
27
+ </build >
28
+
Original file line number Diff line number Diff line change 1
1
diff --git a/pom.xml b/pom.xml
2
- index e3d5b9a..503a8b3 100644
2
+ index e3d5b9a..8a5cfdc 100644
3
3
--- a/pom.xml
4
4
+++ b/pom.xml
5
- @@ -1833 ,6 +1833 ,23 @@
6
- </execution >
7
- </executions >
8
- </plugin>
9
- + <plugin>
10
- + <groupId>org.cyclonedx</groupId>
11
- + <artifactId>cyclonedx-maven-plugin</artifactId>
12
- + <version>2.8.0</version>
13
- + <configuration>
14
- + <projectType>application</projectType>
15
- + <schemaVersion>1.5</schemaVersion>
16
- + </configuration>
17
- + <executions>
18
- + <execution>
19
- + <goals>
20
- + <goal>makeBom</goal>
21
- + </goals>
22
- + <phase>package</phase>
23
- + </execution>
24
- + </executions>
25
- + </plugin>
26
- </plugins>
27
- </build>
28
- </profile>
5
+ @@ -685 ,6 +685 ,23 @@
6
+ <extensions>true</extensions >
7
+ <inherited>true</inherited >
8
+ </plugin>
9
+ + <plugin>
10
+ + <groupId>org.cyclonedx</groupId>
11
+ + <artifactId>cyclonedx-maven-plugin</artifactId>
12
+ + <version>2.8.0</version>
13
+ + <configuration>
14
+ + <projectType>application</projectType>
15
+ + <schemaVersion>1.5</schemaVersion>
16
+ + </configuration>
17
+ + <executions>
18
+ + <execution>
19
+ + <goals>
20
+ + <goal>makeBom</goal>
21
+ + </goals>
22
+ + <phase>package</phase>
23
+ + </execution>
24
+ + </executions>
25
+ + </plugin>
26
+ </plugins>
27
+ </build>
28
+
You can’t perform that action at this time.
0 commit comments