<?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 Re: Custom package fails to get zipped by mvn in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/custom-package-fails-to-get-zipped-by-mvn/m-p/317006#M4007</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Have you made sure you can correctly connect to &lt;A href="http://connect.nuxeo.com/"&gt;connect.nuxeo.com&lt;/A&gt;?
You can check this post about Token Management: &lt;A href="https://doc.nuxeo.com/studio/token-management/"&gt;https://doc.nuxeo.com/studio/token-management/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And you can also check how to store the token in your Maven configuration: &lt;A href="https://doc.nuxeo.com/studio/maven-integration/#setting-up-the-maven-client"&gt;https://doc.nuxeo.com/studio/maven-integration/#setting-up-the-maven-client&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I hope it helps!&lt;/P&gt;</description>
    <pubDate>Sat, 15 Feb 2020 18:35:01 GMT</pubDate>
    <dc:creator>Rodri_</dc:creator>
    <dc:date>2020-02-15T18:35:01Z</dc:date>
    <item>
      <title>Custom package fails to get zipped by mvn</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/custom-package-fails-to-get-zipped-by-mvn/m-p/317005#M4006</link>
      <description>&lt;P&gt;I have an issue where I generated a package with a service and an operation using the nuxeo-cli tool ,but when I build it, I get an error saying&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Failed to execute goal org.nuxeo.build:ant-assembly-maven-plugin:2.1.0:build (default-build) on project case-tracker-addons-package: Error occurred while running C:\Users\&amp;lt;snip&amp;gt;\Documents\case-tracker-addons\case-tracker-addons-package\src\main\assemble\assembly.xml@138:56
-&amp;gt; [Help 1]
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In the assembly.xml the section it references is :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;!-- Studio Registries Extraction --&amp;gt;
    &amp;lt;nx:studioExtraction todir="${outdir}/marketplace"&amp;gt;
      &amp;lt;fileset dir="${outdir}/marketplace/install/bundles"/&amp;gt;
    &amp;lt;/nx:studioExtraction&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If I remove this, the zip file generates, but then does not seem to get automatically registered when I upload into studio.&lt;/P&gt;
&lt;P&gt;How can I fix this error?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 18:51:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/custom-package-fails-to-get-zipped-by-mvn/m-p/317005#M4006</guid>
      <dc:creator>Daniel_deLamare</dc:creator>
      <dc:date>2020-02-14T18:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custom package fails to get zipped by mvn</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/custom-package-fails-to-get-zipped-by-mvn/m-p/317006#M4007</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Have you made sure you can correctly connect to &lt;A href="http://connect.nuxeo.com/"&gt;connect.nuxeo.com&lt;/A&gt;?
You can check this post about Token Management: &lt;A href="https://doc.nuxeo.com/studio/token-management/"&gt;https://doc.nuxeo.com/studio/token-management/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And you can also check how to store the token in your Maven configuration: &lt;A href="https://doc.nuxeo.com/studio/maven-integration/#setting-up-the-maven-client"&gt;https://doc.nuxeo.com/studio/maven-integration/#setting-up-the-maven-client&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I hope it helps!&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 18:35:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/custom-package-fails-to-get-zipped-by-mvn/m-p/317006#M4007</guid>
      <dc:creator>Rodri_</dc:creator>
      <dc:date>2020-02-15T18:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Custom package fails to get zipped by mvn</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/custom-package-fails-to-get-zipped-by-mvn/m-p/317007#M4008</link>
      <description>&lt;P&gt;Rodri, I do not think that is the issue. I have already set up maven as you described. Upon further investigation, I have found this error,&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 17:06:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/custom-package-fails-to-get-zipped-by-mvn/m-p/317007#M4008</guid>
      <dc:creator>Daniel_deLamare</dc:creator>
      <dc:date>2020-02-20T17:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom package fails to get zipped by mvn</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/custom-package-fails-to-get-zipped-by-mvn/m-p/317008#M4009</link>
      <description>&lt;P&gt;I ended up removing that section from the assemble.xml and running the package command. This worked, but I had to manually generate the json registry to import it into  nuxeo studio.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 18:01:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/custom-package-fails-to-get-zipped-by-mvn/m-p/317008#M4009</guid>
      <dc:creator>Daniel_deLamare</dc:creator>
      <dc:date>2020-02-24T18:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom package fails to get zipped by mvn</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/custom-package-fails-to-get-zipped-by-mvn/m-p/317009#M4010</link>
      <description>&lt;P&gt;I had exactly the same problem on Windows. &lt;CODE&gt;mvn clean package&lt;/CODE&gt; with the same code on Ubuntu worked just fine, Daniel's theory about issues with Windows paths seems to be correct.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 14:46:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/custom-package-fails-to-get-zipped-by-mvn/m-p/317009#M4010</guid>
      <dc:creator>michal_m</dc:creator>
      <dc:date>2020-02-26T14:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom package fails to get zipped by mvn</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/custom-package-fails-to-get-zipped-by-mvn/m-p/317010#M4011</link>
      <description>&lt;P&gt;This was fixed in a newer version of the ant build plugin.&lt;/P&gt;
&lt;P&gt;Iwas able to get it working by adding the tag&lt;/P&gt;
&lt;P&gt;&lt;VERSION&gt;2.1.3&lt;/VERSION&gt;&lt;/P&gt;
&lt;P&gt;to the plugin declaration in the package pom.xml right below artifactid&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 23:29:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/custom-package-fails-to-get-zipped-by-mvn/m-p/317010#M4011</guid>
      <dc:creator>Daniel_deLamare</dc:creator>
      <dc:date>2020-03-02T23:29:58Z</dc:date>
    </item>
  </channel>
</rss>

