Skip to content

Commit

Permalink
Reduce CPD limits in select modules
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed May 9, 2024
1 parent 06894be commit d426fb5
Show file tree
Hide file tree
Showing 16 changed files with 133 additions and 18 deletions.
10 changes: 9 additions & 1 deletion mq/main/bridge/bridge-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2020 Payara Services Ltd.
Copyright (c) 2021 Contributors to the Eclipse Foundation
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -114,4 +114,12 @@

</plugins>
</build>
<profiles>
<profile>
<id>cpd</id>
<properties>
<minimumTokens>186</minimumTokens>
</properties>
</profile>
</profiles>
</project>
8 changes: 7 additions & 1 deletion mq/main/bridge/bridge-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2011, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021 Contributors to the Eclipse Foundation
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -122,5 +122,11 @@
</plugins>
</build>
</profile>
<profile>
<id>cpd</id>
<properties>
<minimumTokens>365</minimumTokens>
</properties>
</profile>
</profiles>
</project>
10 changes: 9 additions & 1 deletion mq/main/bridge/bridge-stomp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2011, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021 Contributors to the Eclipse Foundation
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -111,4 +111,12 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>cpd</id>
<properties>
<minimumTokens>121</minimumTokens>
</properties>
</profile>
</profiles>
</project>
10 changes: 9 additions & 1 deletion mq/main/http-tunnel/tunnel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021 Contributors to the Eclipse Foundation
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -80,4 +80,12 @@

</plugins>
</build>
<profiles>
<profile>
<id>cpd</id>
<properties>
<minimumTokens>105</minimumTokens>
</properties>
</profile>
</profiles>
</project>
10 changes: 9 additions & 1 deletion mq/main/logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021 Contributors to the Eclipse Foundation
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -85,4 +85,12 @@

</plugins>
</build>
<profiles>
<profile>
<id>cpd</id>
<properties>
<minimumTokens>121</minimumTokens>
</properties>
</profile>
</profiles>
</project>
10 changes: 9 additions & 1 deletion mq/main/mq-broker/broker-comm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021 Contributors to the Eclipse Foundation
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -91,4 +91,12 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>cpd</id>
<properties>
<minimumTokens>100</minimumTokens>
</properties>
</profile>
</profiles>
</project>
10 changes: 9 additions & 1 deletion mq/main/mq-broker/broker-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021 Contributors to the Eclipse Foundation
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -160,4 +160,12 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>cpd</id>
<properties>
<minimumTokens>503</minimumTokens>
</properties>
</profile>
</profiles>
</project>
10 changes: 9 additions & 1 deletion mq/main/mq-broker/cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021 Contributors to the Eclipse Foundation
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -108,4 +108,12 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>cpd</id>
<properties>
<minimumTokens>245</minimumTokens>
</properties>
</profile>
</profiles>
</project>
10 changes: 9 additions & 1 deletion mq/main/mq-broker/persist-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021 Contributors to the Eclipse Foundation
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -105,4 +105,12 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>cpd</id>
<properties>
<minimumTokens>175</minimumTokens>
</properties>
</profile>
</profiles>
</project>
10 changes: 9 additions & 1 deletion mq/main/mq-broker/persist-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021 Contributors to the Eclipse Foundation
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -113,4 +113,12 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>cpd</id>
<properties>
<minimumTokens>411</minimumTokens>
</properties>
</profile>
</profiles>
</project>
10 changes: 9 additions & 1 deletion mq/main/mq-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2011, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021 Contributors to the Eclipse Foundation
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -119,4 +119,12 @@

</plugins>
</build>
<profiles>
<profile>
<id>cpd</id>
<properties>
<minimumTokens>400</minimumTokens>
</properties>
</profile>
</profiles>
</project>
10 changes: 9 additions & 1 deletion mq/main/mq-jmsra/jmsra-ra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2011, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021 Contributors to the Eclipse Foundation
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -135,4 +135,12 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>cpd</id>
<properties>
<minimumTokens>163</minimumTokens>
</properties>
</profile>
</profiles>
</project>
10 changes: 9 additions & 1 deletion mq/main/mq-ums/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021 Contributors to the Eclipse Foundation
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -100,4 +100,12 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>cpd</id>
<properties>
<minimumTokens>274</minimumTokens>
</properties>
</profile>
</profiles>
</project>
10 changes: 9 additions & 1 deletion mq/main/persist/disk-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2011, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021 Contributors to the Eclipse Foundation
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -68,4 +68,12 @@

</plugins>
</build>
<profiles>
<profile>
<id>cpd</id>
<properties>
<minimumTokens>400</minimumTokens>
</properties>
</profile>
</profiles>
</project>
10 changes: 9 additions & 1 deletion mq/main/persist/txnlog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright (c) 2011, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021 Contributors to the Eclipse Foundation
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -68,4 +68,12 @@

</plugins>
</build>
<profiles>
<profile>
<id>cpd</id>
<properties>
<minimumTokens>130</minimumTokens>
</properties>
</profile>
</profiles>
</project>
3 changes: 0 additions & 3 deletions mq/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -695,9 +695,6 @@
</profile>
<profile>
<id>cpd</id>
<properties>
<minimumTokens>503</minimumTokens>
</properties>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit d426fb5

Please sign in to comment.