Skip to content

Commit

Permalink
Removed declarations of direct dependencies of <type>pom</type>.
Browse files Browse the repository at this point in the history
This was an attempt to control reactor build order.  This was not the correct
solution to our problem.  We're not exactly sure which step solved our build
problems, but we have recently resolved several other issues, including:

1) Fixed some incorrect parent <relativePath> declarations
2) Resolved some complicated cyclic dependencies
3) Removed the use of some properties in the versions used for <scope>import</scope>

We are no longer able to reproduce the original issue that prompted this
attempted solution.  Specifically, we are now able to build our entire set of
943 projects in a single self-contained reactor build while in offline mode.
  • Loading branch information
ao-apps committed Sep 24, 2023
1 parent e02516f commit a9f44c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions book/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,5 @@ along with semanticcms-file-taglib. If not, see <https://www.gnu.org/licenses/>
<groupId>org.apache.taglibs</groupId><artifactId>taglibs-standard-impl</artifactId>
<scope>runtime</scope>
</dependency>
<!-- Imports (Reactor build order only) -->
<dependency>
<groupId>com.aoapps</groupId><artifactId>javaee-web-api-bom</artifactId><version>7.0.1-POST-SNAPSHOT</version>
<type>pom</type>
<exclusions><exclusion><artifactId>*</artifactId><groupId>*</groupId></exclusion></exclusions>
</dependency>
</dependencies>
</project>
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -463,11 +463,5 @@ along with semanticcms-file-taglib. If not, see <https://www.gnu.org/licenses/>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-file-servlet</artifactId>
</dependency>
<!-- Imports (Reactor build order only) -->
<dependency>
<groupId>com.aoapps</groupId><artifactId>javaee-web-api-bom</artifactId><version>7.0.1-POST-SNAPSHOT</version>
<type>pom</type>
<exclusions><exclusion><artifactId>*</artifactId><groupId>*</groupId></exclusion></exclusions>
</dependency>
</dependencies>
</project>

0 comments on commit a9f44c1

Please sign in to comment.