| ... |
... |
@@ -129,7 +129,6 @@ |
| 129 |
129 |
|
| 130 |
130 |
Für einfache Plugins ist das //maven-assembly-plugin// ausreichend. Dieses kann in der //pom.xml// wie folgt konfiguriert werden: |
| 131 |
131 |
|
| 132 |
|
-{{panel title="maven-assembly-plugin in pom.xml" fullwidth="true" initial="hidden" triggerable="true"}} |
| 133 |
133 |
{{code language="java"}} |
| 134 |
134 |
<properties> |
| 135 |
135 |
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version> |
| ... |
... |
@@ -173,7 +173,6 @@ |
| 173 |
173 |
</plugins> |
| 174 |
174 |
</build> |
| 175 |
175 |
{{/code}} |
| 176 |
|
-{{/panel}} |
| 177 |
177 |
|
| 178 |
178 |
=== Bauen und Installieren === |
| 179 |
179 |
|