自4.1版SmartGWT以来,需要使用isc-maven-plugin
我正在尝试在我的本地存储库上安装SmartGWT LGPL 4.1p或5.0p
mvn com.isomorphic:isc-maven-plugin:1.1.1:install -Dproduct=SMARTGWT -Dlicense=LGPL -DbuildNumber=5.0p
但是我收到了这个错误:
[WARNING] No server configured with id 'smartclient-developer'. Will be unable to authenticate.
[WARNING] No downloads found at 'www.smartclient.com/builds/SmartGWT/5.0p/LGPL /2014-12-01/'. Response from server:
<html>
<head>
<title>Apache Tomcat/6.0.41 - Error report</title>
<style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background- color:#525D76;font-size:22px;} H2 {font-fami
ly:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif
;color:white;background-color:#525D76;font-size:14px;} BODY {font- family:Tahoma,Arial,sans-serif;color:black;background-
color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background- color:#525D76;} P {font-family:Tahoma,Arial,
sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--
></style>
</head>
<body>
<h1>HTTP Status 404 - </h1>
<hr size="1" noshade="noshade" />
<p><b>type</b> Status report</p>
<p><b>message</b> <u></u></p>
<p><b>description</b> <u>The requested resource is not available.</u></p>
<hr size="1" noshade="noshade" />
<h3>Apache Tomcat/6.0.41</h3>
</body>
答案 0 :(得分:2)
解决方案:
mvn com.isomorphic:isc-maven-plugin:1.1.1:install -Dproduct=SMARTGWT -Dlicense=LGPL -DbuildNumber=5.0p -DbuildDate=2014-11-30