Skip to content

Commit 821c144

Browse files
remove test only working accidentally
document caveat
1 parent 68f54ab commit 821c144

File tree

12 files changed

+3
-191
lines changed

12 files changed

+3
-191
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,6 @@ Adding this file will enable maven to read (and execute) the example above - usi
159159
is managed in the imported pom.
160160

161161
> 📘 The [integration tests](src/it) provide some example usages
162+
163+
> ⚠️ Note that, when importing a bill-of-materials `pom.xml` from the same build reactor, you need to make
164+
> sure that the imported `bill-of-materials` is ordered before the importing `pom.xml` in the build reactor.

pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@
6767
</plugin>
6868
<plugin>
6969
<artifactId>maven-invoker-plugin</artifactId>
70-
<configuration>
71-
<debug>true</debug>
72-
</configuration>
7370
</plugin>
7471
<plugin>
7572
<groupId>org.codehaus.mojo</groupId>

src/it/import-dependency-management-reverse-order/.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/it/import-dependency-management-reverse-order/.idea/codeStyles/Project.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/it/import-dependency-management-reverse-order/.idea/codeStyles/codeStyleConfig.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/it/import-dependency-management-reverse-order/.idea/misc.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/it/import-dependency-management-reverse-order/.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/it/import-dependency-management-reverse-order/.mvn/extensions.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/it/import-dependency-management-reverse-order/bom/pom.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/it/import-dependency-management-reverse-order/database/pom.xml

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)