Skip to content

Commit 679cfc1

Browse files
Copilotbasilevs
andauthored
Remove redundant buildUrl Maven property declarations (#317)
* Initial plan * Remove redundant buildUrl Maven property declarations from child pom.xml files All child pom.xml files inherit buildUrl from the root releng/pom.xml. Removed redundant redefinitions from: - releng/ide/pom.xml - releng/runner/pom.xml - releng/rcptt/pom.xml - releng/rap/pom.xml - releng/mirroring/pom.xml Agent-Logs-Url: https://github.com/eclipse-rcptt/org.eclipse.rcptt/sessions/33c6b08a-d396-4af8-962b-1a3ed119c8ba --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Vasili Gulevich <650857+basilevs@users.noreply.github.com>
1 parent b36dabc commit 679cfc1

5 files changed

Lines changed: 0 additions & 7 deletions

File tree

releng/ide/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
</plugins>
6363
</build>
6464
<properties>
65-
<buildUrl>file:/${user.dir}</buildUrl>
6665
<rcpttRuntimeRepo>${buildUrl}/runtime/org.eclipse.rcptt.runtime-updatesite/target/repository/</rcpttRuntimeRepo>
6766
<e4xRepository>${buildUrl}/repository/e4x/target/repository</e4xRepository>
6867
<coreRepository>${buildUrl}/repository/core/target/repository</coreRepository>

releng/mirroring/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
<module>../../repository/dependencies/</module>
2929
</modules>
3030

31-
<properties>
32-
<buildUrl>file:/${user.dir}</buildUrl>
33-
</properties>
3431

3532
<!-- <repositories>
3633
<repository>

releng/rap/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ documentation
8383

8484

8585
<properties>
86-
<buildUrl>file:${user.dir}</buildUrl>
8786
<rapRcpttRepository>${buildUrl}/</rapRcpttRepository>
8887
<rcpttRepositoryFull>${buildUrl}/repository/full/target/repository/</rcpttRepositoryFull>
8988
<rcpttExternalDepencenciesRepository>${buildUrl}/repository/dependencies/target/repository</rcpttExternalDepencenciesRepository>

releng/rcptt/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<module>../../repository/rcptt</module>
2525
</modules>
2626
<properties>
27-
<buildUrl>file:/${user.dir}</buildUrl>
2827
<repositoryFull>${buildUrl}/repository/full/target/repository/</repositoryFull>
2928
<rapRepository>${buildUrl}/repository/rap/target/repository/</rapRepository>
3029
<dependenciesRepository>${buildUrl}/repository/dependencies/target/repository/</dependenciesRepository>

releng/runner/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<module>../../runner</module>
2525
</modules>
2626
<properties>
27-
<buildUrl>file:/${user.dir}</buildUrl>
2827
<repositoryFull>${buildUrl}/repository/full/target/repository/</repositoryFull>
2928
<repositoryRap>${buildUrl}/repository/rap/target/repository/</repositoryRap>
3029
</properties>

0 commit comments

Comments
 (0)