public class DefaultInheritanceAssemblerTest extends Object
Constructor and Description |
---|
DefaultInheritanceAssemblerTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testFlatTrickyUrls()
Tricky case: flat directory structure, but child directory != artifactId.
|
void |
testFlatUrls()
Flat directory structure: parent & child POMs in sibling directories, child directory == artifactId.
|
void |
testInheritance(String baseName) |
void |
testInheritance(String baseName,
boolean fromRepo) |
void |
testModulePathNotArtifactId() |
void |
testNoAppendUrls()
MNG-5951 MNG-6059 child.x.y.inherit.append.path="false" test
|
void |
testNoAppendUrls2()
MNG-5951 special case test: inherit with partial override
|
void |
testNoAppendUrls3()
MNG-5951 special case test: child.x.y.inherit.append.path="true" in child should not reset content
|
void |
testPluginConfiguration() |
void |
testUrls()
Check most classical urls inheritance: directory structure where parent POM in parent directory
and child directory == artifactId
|
void |
testWithEmptyUrl() |
@Test public void testPluginConfiguration() throws Exception
Exception
@Test public void testUrls() throws Exception
IOException
- Model read problemException
@Test public void testFlatUrls() throws IOException
IOException
- Model read problem@Test public void testNoAppendUrls() throws Exception
Exception
@Test public void testNoAppendUrls2() throws Exception
Exception
@Test public void testNoAppendUrls3() throws Exception
Exception
@Test public void testFlatTrickyUrls() throws IOException
IOException
- Model read problem@Test public void testWithEmptyUrl() throws IOException
IOException
public void testInheritance(String baseName) throws IOException
IOException
public void testInheritance(String baseName, boolean fromRepo) throws IOException
IOException
@Test public void testModulePathNotArtifactId() throws IOException
IOException
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.