File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed
src/test/java/org/apache/maven/plugins/javadoc/stubs Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change 20
20
21
21
import java .io .File ;
22
22
import java .util .ArrayList ;
23
- import java .util .Collections ;
24
23
import java .util .List ;
25
24
26
- import org .apache .maven .artifact .repository .ArtifactRepository ;
27
- import org .apache .maven .artifact .repository .DefaultArtifactRepository ;
28
- import org .apache .maven .artifact .repository .layout .DefaultRepositoryLayout ;
29
25
import org .apache .maven .model .Build ;
30
26
import org .apache .maven .model .Resource ;
31
27
import org .apache .maven .plugin .testing .stubs .MavenProjectStub ;
@@ -65,13 +61,4 @@ public HelpFileMavenProjectStub() {
65
61
public File getBasedir () {
66
62
return new File (super .getBasedir () + "/src/test/resources/unit/helpfile-test" );
67
63
}
68
-
69
- /** {@inheritDoc} */
70
- @ Override
71
- public List <ArtifactRepository > getRemoteArtifactRepositories () {
72
- ArtifactRepository repository = new DefaultArtifactRepository (
73
- "central" , "http://repo.maven.apache.org/maven2" , new DefaultRepositoryLayout ());
74
-
75
- return Collections .singletonList (repository );
76
- }
77
64
}
Original file line number Diff line number Diff line change 20
20
21
21
import java .io .File ;
22
22
import java .util .ArrayList ;
23
- import java .util .Collections ;
24
23
import java .util .List ;
25
24
26
- import org .apache .maven .artifact .repository .ArtifactRepository ;
27
- import org .apache .maven .artifact .repository .DefaultArtifactRepository ;
28
- import org .apache .maven .artifact .repository .layout .DefaultRepositoryLayout ;
29
25
import org .apache .maven .model .Build ;
30
26
import org .apache .maven .model .Resource ;
31
27
import org .apache .maven .plugin .testing .stubs .MavenProjectStub ;
@@ -65,13 +61,4 @@ public StylesheetFileMavenProjectStub() {
65
61
public File getBasedir () {
66
62
return new File (super .getBasedir () + "/src/test/resources/unit/stylesheetfile-test" );
67
63
}
68
-
69
- /** {@inheritDoc} */
70
- @ Override
71
- public List <ArtifactRepository > getRemoteArtifactRepositories () {
72
- ArtifactRepository repository = new DefaultArtifactRepository (
73
- "central" , "http://repo.maven.apache.org/maven2" , new DefaultRepositoryLayout ());
74
-
75
- return Collections .singletonList (repository );
76
- }
77
64
}
You can’t perform that action at this time.
0 commit comments