-
Notifications
You must be signed in to change notification settings - Fork 0
/
LOG
177 lines (131 loc) · 9.39 KB
/
LOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building EGE Framework
[INFO] task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
Downloading: http://repo1.maven.org/maven2/pl/psnc/dl/ege/ege-api/0.2/ege-api-0.2.pom
[INFO] Unable to find resource 'pl.psnc.dl.ege:ege-api:pom:0.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/jpf/jpf/1.15/jpf-1.15.pom
[INFO] Unable to find resource 'jpf:jpf:pom:1.15' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/net/sf/jung/jung-algorithms/2.0.2/jung-algorithms-2.0.2.pom
[INFO] Unable to find resource 'net.sf.jung:jung-algorithms:pom:2.0.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/net/sf/jung/jung-visualization/2.0.2/jung-visualization-2.0.2.pom
[INFO] Unable to find resource 'net.sf.jung:jung-visualization:pom:2.0.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/net/sf/jung/jung-api/2.0.2/jung-api-2.0.2.pom
[INFO] Unable to find resource 'net.sf.jung:jung-api:pom:2.0.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/net/sf/jung/jung-graph-impl/2.0.2/jung-graph-impl-2.0.2.pom
[INFO] Unable to find resource 'net.sf.jung:jung-graph-impl:pom:2.0.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/net/sf/jung/jung-io/2.0.2/jung-io-2.0.2.pom
[INFO] Unable to find resource 'net.sf.jung:jung-io:pom:2.0.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/net/sf/jung/jung-samples/2.0.2/jung-samples-2.0.2.pom
[INFO] Unable to find resource 'net.sf.jung:jung-samples:pom:2.0.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/net/sf/jung/jung-algorithms/2.0.2/jung-algorithms-2.0.2.jar
Downloading: http://repo1.maven.org/maven2/jpf/jpf/1.15/jpf-1.15.jar
Downloading: http://repo1.maven.org/maven2/pl/psnc/dl/ege/ege-api/0.2/ege-api-0.2.jar
[INFO] Unable to find resource 'net.sf.jung:jung-algorithms:jar:2.0.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/net/sf/jung/jung-visualization/2.0.2/jung-visualization-2.0.2.jar
[INFO] Unable to find resource 'jpf:jpf:jar:1.15' in repository central (http://repo1.maven.org/maven2)
[INFO] Unable to find resource 'pl.psnc.dl.ege:ege-api:jar:0.2' in repository central (http://repo1.maven.org/maven2)
[INFO] Unable to find resource 'net.sf.jung:jung-visualization:jar:2.0.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/net/sf/jung/jung-api/2.0.2/jung-api-2.0.2.jar
[INFO] Unable to find resource 'net.sf.jung:jung-api:jar:2.0.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/net/sf/jung/jung-graph-impl/2.0.2/jung-graph-impl-2.0.2.jar
[INFO] Unable to find resource 'net.sf.jung:jung-graph-impl:jar:2.0.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/net/sf/jung/jung-io/2.0.2/jung-io-2.0.2.jar
[INFO] Unable to find resource 'net.sf.jung:jung-io:jar:2.0.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/net/sf/jung/jung-samples/2.0.2/jung-samples-2.0.2.jar
[INFO] Unable to find resource 'net.sf.jung:jung-samples:jar:2.0.2' in repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) net.sf.jung:jung-algorithms:jar:2.0.2
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=net.sf.jung -DartifactId=jung-algorithms -Dversion=2.0.2 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=net.sf.jung -DartifactId=jung-algorithms -Dversion=2.0.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) pl.psnc.dl.ege:ege-framework:jar:0.3
2) net.sf.jung:jung-algorithms:jar:2.0.2
2) jpf:jpf:jar:1.15
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=jpf -DartifactId=jpf -Dversion=1.15 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=jpf -DartifactId=jpf -Dversion=1.15 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) pl.psnc.dl.ege:ege-framework:jar:0.3
2) jpf:jpf:jar:1.15
3) pl.psnc.dl.ege:ege-api:jar:0.2
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=pl.psnc.dl.ege -DartifactId=ege-api -Dversion=0.2 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=pl.psnc.dl.ege -DartifactId=ege-api -Dversion=0.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) pl.psnc.dl.ege:ege-framework:jar:0.3
2) pl.psnc.dl.ege:ege-api:jar:0.2
4) net.sf.jung:jung-visualization:jar:2.0.2
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=net.sf.jung -DartifactId=jung-visualization -Dversion=2.0.2 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=net.sf.jung -DartifactId=jung-visualization -Dversion=2.0.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) pl.psnc.dl.ege:ege-framework:jar:0.3
2) net.sf.jung:jung-visualization:jar:2.0.2
5) net.sf.jung:jung-api:jar:2.0.2
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=net.sf.jung -DartifactId=jung-api -Dversion=2.0.2 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=net.sf.jung -DartifactId=jung-api -Dversion=2.0.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) pl.psnc.dl.ege:ege-framework:jar:0.3
2) net.sf.jung:jung-api:jar:2.0.2
6) net.sf.jung:jung-graph-impl:jar:2.0.2
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=net.sf.jung -DartifactId=jung-graph-impl -Dversion=2.0.2 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=net.sf.jung -DartifactId=jung-graph-impl -Dversion=2.0.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) pl.psnc.dl.ege:ege-framework:jar:0.3
2) net.sf.jung:jung-graph-impl:jar:2.0.2
7) net.sf.jung:jung-io:jar:2.0.2
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=net.sf.jung -DartifactId=jung-io -Dversion=2.0.2 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=net.sf.jung -DartifactId=jung-io -Dversion=2.0.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) pl.psnc.dl.ege:ege-framework:jar:0.3
2) net.sf.jung:jung-io:jar:2.0.2
8) net.sf.jung:jung-samples:jar:2.0.2
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=net.sf.jung -DartifactId=jung-samples -Dversion=2.0.2 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=net.sf.jung -DartifactId=jung-samples -Dversion=2.0.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) pl.psnc.dl.ege:ege-framework:jar:0.3
2) net.sf.jung:jung-samples:jar:2.0.2
----------
8 required artifacts are missing.
for artifact:
pl.psnc.dl.ege:ege-framework:jar:0.3
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Wed Jun 09 22:56:29 BST 2010
[INFO] Final Memory: 11M/81M
[INFO] ------------------------------------------------------------------------