@@ -102,8 +102,6 @@ private ArchetypeGenerationResult generateProjectFromArchetypeWithFailure(Archet
102
102
}
103
103
104
104
public void testArchetypeNotDefined () throws Exception {
105
- System .out .println ("testArchetypeNotDefined" );
106
-
107
105
Archetype archetype = new Archetype ("archetypes" , null , "1.0" );
108
106
109
107
ArchetypeGenerationRequest request = createArchetypeGenerationRequest ("generate-2" , archetype );
@@ -117,8 +115,6 @@ public void testArchetypeNotDefined() throws Exception {
117
115
}
118
116
119
117
public void testGenerateArchetypeCompleteWithoutParent () throws Exception {
120
- System .out .println ("testGenerateArchetypeCompleteWithoutParent" );
121
-
122
118
ArchetypeGenerationRequest request = createArchetypeGenerationRequest ("generate-4" , ARCHETYPE_BASIC );
123
119
124
120
FileUtils .forceDelete (projectDirectory );
@@ -144,8 +140,6 @@ public void testGenerateArchetypeCompleteWithoutParent() throws Exception {
144
140
}
145
141
146
142
public void testGenerateArchetypeCompleteWithParent () throws Exception {
147
- System .out .println ("testGenerateArchetypeCompleteWithParent" );
148
-
149
143
ArchetypeGenerationRequest request = createArchetypeGenerationRequest ("generate-5" , ARCHETYPE_BASIC );
150
144
151
145
File projectFile = getProjectFile ();
@@ -169,8 +163,6 @@ public void testGenerateArchetypeCompleteWithParent() throws Exception {
169
163
}
170
164
171
165
public void testGenerateArchetypePartialOnChild () throws Exception {
172
- System .out .println ("testGenerateArchetypePartialOnChild" );
173
-
174
166
ArchetypeGenerationRequest request = createArchetypeGenerationRequest ("generate-8" , ARCHETYPE_PARTIAL );
175
167
176
168
File parentProjectFile = getProjectFile ();
@@ -197,8 +189,6 @@ public void testGenerateArchetypePartialOnChild() throws Exception {
197
189
}
198
190
199
191
public void testGenerateArchetypePartialOnChildDontOverride () throws Exception {
200
- System .out .println ("testGenerateArchetypePartialOnChildDontOverride" );
201
-
202
192
ArchetypeGenerationRequest request = createArchetypeGenerationRequest ("generate-9" , ARCHETYPE_PARTIAL );
203
193
204
194
File projectFile = new File (projectDirectory , "pom.xml" );
@@ -224,8 +214,6 @@ public void testGenerateArchetypePartialOnChildDontOverride() throws Exception {
224
214
}
225
215
226
216
public void testGenerateArchetypePartialOnParent () throws Exception {
227
- System .out .println ("testGenerateArchetypePartialOnParent" );
228
-
229
217
ArchetypeGenerationRequest request = createArchetypeGenerationRequest ("generate-7" , ARCHETYPE_PARTIAL );
230
218
231
219
File projectFile = new File (outputDirectory , "pom.xml" );
@@ -246,8 +234,6 @@ public void testGenerateArchetypePartialOnParent() throws Exception {
246
234
}
247
235
248
236
public void testGenerateArchetypePartialWithoutPoms () throws Exception {
249
- System .out .println ("testGenerateArchetypePartialWithoutPoms" );
250
-
251
237
ArchetypeGenerationRequest request = createArchetypeGenerationRequest ("generate-6" , ARCHETYPE_PARTIAL );
252
238
253
239
File projectFile = new File (projectDirectory , "pom.xml" );
@@ -264,8 +250,6 @@ public void testGenerateArchetypePartialWithoutPoms() throws Exception {
264
250
}
265
251
266
252
public void testGenerateArchetypeSite () throws Exception {
267
- System .out .println ("testGenerateArchetypeSite" );
268
-
269
253
ArchetypeGenerationRequest request = createArchetypeGenerationRequest ("generate-10" , ARCHETYPE_SITE );
270
254
271
255
File projectFile = new File (projectDirectory , "pom.xml" );
@@ -285,8 +269,6 @@ public void testGenerateArchetypeSite() throws Exception {
285
269
}
286
270
287
271
public void testGenerateFileSetArchetype () throws Exception {
288
- System .out .println ("testGenerateFileSetArchetype" );
289
-
290
272
ArchetypeGenerationRequest request = createArchetypeGenerationRequest ("generate-12" , ARCHETYPE_FILESET );
291
273
292
274
File projectFile = new File (projectDirectory , "pom.xml" );
@@ -369,8 +351,6 @@ public void testGenerateFileSetArchetype() throws Exception {
369
351
}
370
352
371
353
public void testGenerateOldArchetype () throws Exception {
372
- System .out .println ("testGenerateOldArchetype" );
373
-
374
354
ArchetypeGenerationRequest request = createArchetypeGenerationRequest ("generate-11" , ARCHETYPE_OLD );
375
355
376
356
File projectFile = new File (projectDirectory , "pom.xml" );
@@ -391,8 +371,6 @@ public void testGenerateOldArchetype() throws Exception {
391
371
}
392
372
393
373
public void testPropertiesNotDefined () throws Exception {
394
- System .out .println ("testPropertiesNotDefined" );
395
-
396
374
ArchetypeGenerationRequest request = createArchetypeGenerationRequest ("generate-3" , ARCHETYPE_BASIC );
397
375
398
376
request .setProperties (new Properties ());
@@ -406,8 +384,6 @@ public void testPropertiesNotDefined() throws Exception {
406
384
}
407
385
408
386
public void testGenerateArchetypeWithPostScriptIncluded () throws Exception {
409
- System .out .println ("testGenerateArchetypeWithPostScriptIncluded" );
410
-
411
387
ArchetypeGenerationRequest request =
412
388
createArchetypeGenerationRequest ("generate-13" , ARCHETYPE_FILESET_WITH_POSTCREATE_SCRIPT );
413
389
0 commit comments