无法将SmartGWT 4.1p和5.0p安装到maven存储库中

无法将SmartGWT 4.1p和5.0p安装到maven存储库中,maven,smartgwt,Maven,Smartgwt,自SmartGWT的4.1版本以来,要求使用isc maven插件 我正在尝试在本地存储库上安装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'.

自SmartGWT的4.1版本以来,要求使用isc maven插件

我正在尝试在本地存储库上安装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>
[警告]没有配置id为“smartclient developer”的服务器。将无法进行身份验证。
[警告]在“www.smartclient.com/builds/SmartGWT/5.0p/LGPL/2014-12-01/”上找不到下载。来自服务器的响应:
ApacheTomcat/6.0.41-错误报告
解决方案:

mvn com.isomorphic:isc-maven-plugin:1.1.1:install -Dproduct=SMARTGWT -Dlicense=LGPL -DbuildNumber=5.0p -DbuildDate=2014-11-30

如果2014年11月30日有新版本,我们如何找到最新版本?每次有新版本时,我们都必须运行此新步骤吗?我自己只想要最新的稳定开发版本,仅此而已。现在我们有了这个,我们现在在pom.xml文件中需要的确切依赖关系是什么?现在您可以转到并从中获取最新的构建日期。不久前,我从Isomorphic获得信息,他们计划通过默认采用最新的buildDate来修复此问题,如果用户不指定此参数。我可以在此提请您注意吗?我无法让SmartGWT为我工作:/