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 479e7ec commit ae8657a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions book/pom.xml
Expand Up @@ -315,11 +315,5 @@ along with ao-fluent-html-util. 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>

0 comments on commit ae8657a

Please sign in to comment.