<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic alfresco源码如何部署，请求指导 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco%E6%BA%90%E7%A0%81%E5%A6%82%E4%BD%95%E9%83%A8%E7%BD%B2-%E8%AF%B7%E6%B1%82%E6%8C%87%E5%AF%BC/m-p/85203#M25891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;安照以下步骤：&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4f4f4f; font-family: 'Microsoft YaHei', 'SF Pro Display', Roboto, Noto, Arial, 'PingFang SC', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: common-ligatures; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;# 1. alfresco-sdk下载&lt;BR /&gt;git clone https://github.com/Alfresco/alfresco-sdk.git&lt;BR /&gt;# 2. 构建，要跳过test，test中会有连接配置中数据库等操作，之后我们再说改配置文件的问题，这里跳过&lt;BR /&gt;cd alfresco-sdk&lt;BR /&gt;mvn clean install -Dmaven.test.skip=true&lt;BR /&gt;# 3. 生成扩展项目&lt;BR /&gt;mvn archetype:generate -DarchetypeCatalog=local&lt;BR /&gt;# 4. 提示选择原型，选择all-in-one，具体区别可以参照官方文档&lt;BR /&gt;[INFO] No archetype defined. Using maven-archetype-quickstart (org.apache.maven.archetypes:maven-archetype-quickstart:1.0)&lt;BR /&gt;Choose archetype:&lt;BR /&gt;1: local -&amp;gt; org.alfresco.maven.archetype:alfresco-platform-jar-archetype (Sample project with full support for lifecycle and rapid development of Platform/Repository JARs and AMPs (Alfresco Module Packages))&lt;BR /&gt;2: local -&amp;gt; org.alfresco.maven.archetype:alfresco-share-jar-archetype (Share project with full support for lifecycle and rapid development of JARs and AMPs (Alfresco Module Packages))&lt;BR /&gt;3: local -&amp;gt; org.alfresco.maven.archetype:alfresco-allinone-archetype (Sample multi-module project for All-in-One development on the Alfresco plaftorm. Includes modules for Platform/Repository JAR and Share JAR)&lt;BR /&gt;4: local -&amp;gt; org.alfresco.maven.archetype:activiti-jar-archetype (DEPRECATED - UNSUPPORTED - EXPERIMENTAL)&lt;BR /&gt;Choose a number or apply filter (format: [groupId:]artifactId, case sensitive contains): **3**&lt;BR /&gt;# 5. 设置groupId，根据自己情况起，这里我们叫customalfresco&lt;BR /&gt;Define value for property 'groupId': customalfresco&lt;BR /&gt;# 6. 设置artifactId，同样根据自己情况来，这里我们叫firstblood&lt;BR /&gt;Define value for property 'artifactId': firstblood&lt;BR /&gt;# 7. 设置package名，默认使用groupId，看自己情况，默认的话直接回车&lt;BR /&gt;Define value for property 'package' customalfresco: :&lt;BR /&gt;# 8. 确认配置，Y&lt;BR /&gt;Confirm properties configuration:&lt;BR /&gt;groupId: customalfresco&lt;BR /&gt;artifactId: firstblood&lt;BR /&gt;version: 1.0-SNAPSHOT&lt;BR /&gt;package: customalfresco&lt;BR /&gt;&amp;nbsp;Y: : y&lt;BR /&gt;# 9. 等待&lt;BR /&gt;[INFO] ----------------------------------------------------------------------------&lt;BR /&gt;[INFO] Using following parameters for creating project from Archetype: alfresco-allinone-archetype:3.0.2-SNAPSHOT&lt;BR /&gt;[INFO] ----------------------------------------------------------------------------&lt;BR /&gt;[INFO] Parameter: groupId, Value: customalfresco&lt;BR /&gt;[INFO] Parameter: artifactId, Value: firstblood&lt;BR /&gt;[INFO] Parameter: version, Value: 1.0-SNAPSHOT&lt;BR /&gt;[INFO] Parameter: package, Value: customalfresco&lt;BR /&gt;[INFO] Parameter: packageInPathFormat, Value: customalfresco&lt;BR /&gt;[INFO] Parameter: package, Value: customalfresco&lt;BR /&gt;[INFO] Parameter: version, Value: 1.0-SNAPSHOT&lt;BR /&gt;[INFO] Parameter: groupId, Value: customalfresco&lt;BR /&gt;[INFO] Parameter: artifactId, Value: firstblood&lt;BR /&gt;[INFO] Parent element not overwritten in D:\work\projects\alfresco\source-zip\alfresco-sdk-master\firstblood\firstblood-platform-jar\pom.xml&lt;BR /&gt;[INFO] Parent element not overwritten in D:\work\projects\alfresco\source-zip\alfresco-sdk-master\firstblood\firstblood-share-jar\pom.xml&lt;BR /&gt;[INFO] Parent element not overwritten in D:\work\projects\alfresco\source-zip\alfresco-sdk-master\firstblood\integration-tests\pom.xml&lt;BR /&gt;[INFO] Project created from Archetype in dir: D:\work\projects\alfresco\source-zip\alfresco-sdk-master\firstblood&lt;BR /&gt;[INFO] ------------------------------------------------------------------------&lt;BR /&gt;[INFO] Reactor Summary:&lt;BR /&gt;[INFO]&lt;BR /&gt;[INFO] Alfresco SDK ....................................... SUCCESS [07:02 min]&lt;BR /&gt;[INFO] Rapid Application Development Support .............. SKIPPED&lt;BR /&gt;[INFO] Alfresco Maven Plugin .............................. SKIPPED&lt;BR /&gt;[INFO] Alfresco SDK - Platform JAR Archetype .............. SKIPPED&lt;BR /&gt;[INFO] Alfresco SDK - Share JAR Archetype ................. SKIPPED&lt;BR /&gt;[INFO] Alfresco SDK - All-in-One Archetype ................ SKIPPED&lt;BR /&gt;[INFO] DEPRECATED - UNSUPPORTED - EXPERIMENTAL: Alfresco SDK - Activiti JAR Archetype SKIPPED&lt;BR /&gt;[INFO] AIO - SDK 3.0 ...................................... SKIPPED&lt;BR /&gt;[INFO] Alfresco Platform/Repository JAR Module ............ SKIPPED&lt;BR /&gt;[INFO] Alfresco Share JAR Module .......................... SKIPPED&lt;BR /&gt;[INFO] Integration Tests Module ........................... SKIPPED&lt;BR /&gt;[INFO] ------------------------------------------------------------------------&lt;BR /&gt;[INFO] BUILD SUCCESS&lt;BR /&gt;[INFO] ------------------------------------------------------------------------&lt;BR /&gt;[INFO] Total time: 07:04 min&lt;BR /&gt;[INFO] Finished at: 2018-07-19T23:20:36+08:00&lt;BR /&gt;[INFO] Final Memory: 20M/224M&lt;BR /&gt;[INFO] ------------------------------------------------------------------------&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #009000; font-family: 'Microsoft YaHei','SF Pro Display',Roboto,Noto,Arial,'PingFang SC',sans-serif; background-color: #ffffff;"&gt;再把项目导入idea后，运行提示如下：&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;[ERROR] No plugin found for prefix 'alfresco' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (E:\Maven\LocalMaven), central (https://repo.maven.apache.org/maven2)] -&amp;gt; [Help 1]&lt;BR /&gt;[ERROR] &lt;BR /&gt;[ERROR] To see the full stack of the errors, re-run Maven with the -e switch.&lt;BR /&gt;[ERROR] Re-run Maven using the -X switch to enable full debug logging.&lt;BR /&gt;[ERROR] &lt;BR /&gt;[ERROR] For more information about the errors and possible solutions, please read the following articles:&lt;BR /&gt;[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException&lt;/DIV&gt;&lt;DIV&gt;Process finished with exit code 1&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;请问这个情况如何解决？&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Apr 2019 01:29:12 GMT</pubDate>
    <dc:creator>honghai</dc:creator>
    <dc:date>2019-04-26T01:29:12Z</dc:date>
    <item>
      <title>alfresco源码如何部署，请求指导</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco%E6%BA%90%E7%A0%81%E5%A6%82%E4%BD%95%E9%83%A8%E7%BD%B2-%E8%AF%B7%E6%B1%82%E6%8C%87%E5%AF%BC/m-p/85203#M25891</link>
      <description>安照以下步骤：# 1. alfresco-sdk下载git clone https://github.com/Alfresco/alfresco-sdk.git# 2. 构建，要跳过test，test中会有连接配置中数据库等操作，之后我们再说改配置文件的问题，这里跳过cd alfresco-sdkmvn clean install -Dmaven.test.skip=true# 3. 生成扩展项目mvn archetype:generate -DarchetypeCatalog=local# 4. 提示选择原型，选择all-in-one，具体区别可以参照官方文档[INFO] No archet</description>
      <pubDate>Fri, 26 Apr 2019 01:29:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco%E6%BA%90%E7%A0%81%E5%A6%82%E4%BD%95%E9%83%A8%E7%BD%B2-%E8%AF%B7%E6%B1%82%E6%8C%87%E5%AF%BC/m-p/85203#M25891</guid>
      <dc:creator>honghai</dc:creator>
      <dc:date>2019-04-26T01:29:12Z</dc:date>
    </item>
  </channel>
</rss>

