File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 7979 name : maven-central
8080 url : https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-build-tools-config/
8181 runs-on : ubuntu-latest
82- timeout-minutes : 20
82+ timeout-minutes : 180
8383 defaults :
8484 run :
8585 shell : bash
Original file line number Diff line number Diff line change 4242 <pmd .version>7.14.0</pmd .version> <!-- pmd version used for tests -->
4343 <surefire .version>3.5.3</surefire .version>
4444 <junit .version>5.13.1</junit .version>
45+
46+ <central-publishing .waitMaxTime>10800</central-publishing .waitMaxTime> <!-- 10800s = 180min = 3h -->
4547 </properties >
4648
4749 <dependencyManagement >
278280 <autoPublish >true</autoPublish >
279281 <waitUntil >published</waitUntil >
280282 <deploymentName >${project.artifactId} </deploymentName >
283+ <waitMaxTime >${central-publishing.waitMaxTime} </waitMaxTime >
281284 </configuration >
282285 </plugin >
283286 </plugins >
You can’t perform that action at this time.
0 commit comments