Skip to content

Commit 0e98573

Browse files
committed
use site.quick for -Pquick
1 parent d78596e commit 0e98573

5 files changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ Maven build is optional for full build with other plugins.
8989

9090
From Nodeclipse-1 base folder just run `mvn package`. Run offline when to re-build `mvn clean package -o`.
9191

92-
`mvn clean package -Pquick` builds in `org.nodeclipse.updates/target` with less external dependencies.
92+
`mvn clean package -Pquick` builds in `org.nodeclipse.site.quick/target` with less external dependencies.
9393
It is not enough for release, e.g. because JSHint is external plugin and there are 20 more others.
9494

9595
`mvn clean package -Pfull` builds in `org.nodeclipse.site/target`. For release.
9696

97-
-[] TODO: How to not repeat definitions in `.site` and `.updates`
97+
-[] TODO not to repeat definitions in `.site` and `.updates`
9898

9999
Before release
100100

File renamed without changes.

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,17 +134,13 @@
134134
<module>org.nodeclipse.enide.maven</module>
135135
<module>features/org.nodeclipse.enide.maven.feature</module>
136136

137-
<!--
138-
<module>org.nodeclipse.site</module>
139-
<module>org.nodeclipse.updates</module>
140-
-->
141137
</modules>
142138

143139
<profiles>
144140
<profile>
145141
<id>quick</id>
146142
<modules>
147-
<module>org.nodeclipse.updates</module>
143+
<module>org.nodeclipse.site.quick</module>
148144
</modules>
149145
</profile>
150146
<profile>

0 commit comments

Comments
 (0)