No marketplace entries found to handle maven-filesync-plugin:1.0.0:generate in Eclipse.

1,868 views
Skip to first unread message

John Cross

unread,
Jun 2, 2014, 10:56:49 AM6/2/14
to hippo-c...@googlegroups.com
I'm having a fairly fundamental problem getting Hippo running. I use Maven to get an archetype, eg 1.09, then import in Eclipse using m2e and I get this:

No marketplace entries found to handle maven-filesync-plugin:1.0.0:generate in Eclipse.  Please see Help for more information.

Anyone have any ideas?!

Thanks,

John

marijan milicevic

unread,
Jun 2, 2014, 11:25:43 AM6/2/14
to hippo-c...@googlegroups.com
Hi John.

quick google search reveals some links to issues with (and suggestions how to fix)  m2e plugin:


cheers
marijan



 
Thanks,

John

--
Hippo Community Group: The place for all discussions and announcements about Hippo CMS (and HST, repository etc. etc.)
 
To post to this group, send email to hippo-c...@googlegroups.com
RSS: https://groups.google.com/group/hippo-community/feed/rss_v2_0_msgs.xml?num=50
---
You received this message because you are subscribed to the Google Groups "Hippo Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hippo-communi...@googlegroups.com.
Visit this group at http://groups.google.com/group/hippo-community.
For more options, visit https://groups.google.com/d/optout.

Lynn McCormack

unread,
Jun 17, 2014, 2:53:45 PM6/17/14
to hippo-c...@googlegroups.com
Hi John,

What did you end up doing to solve this issue?  I'm running into the same thing.

Thanks,
Lynn

Jeroen Reijn

unread,
Jun 23, 2014, 9:41:45 AM6/23/14
to hippo-c...@googlegroups.com
Hi Lynn,

I've no experience with this myself, but http://alsdias.blogspot.nl/2013/09/maveneclipse-message-no-marketplace.html seems like a good way to solve this.

Cheers,

Jeroen


--
Hippo Community Group: The place for all discussions and announcements about Hippo CMS (and HST, repository etc. etc.)
 
To post to this group, send email to hippo-c...@googlegroups.com
RSS: https://groups.google.com/group/hippo-community/feed/rss_v2_0_msgs.xml?num=50
---
You received this message because you are subscribed to the Google Groups "Hippo Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hippo-communi...@googlegroups.com.
Visit this group at http://groups.google.com/group/hippo-community.
For more options, visit https://groups.google.com/d/optout.



--
Jeroen Reijn
Hippo

Amsterdam - Oosteinde 11, 1017 WT Amsterdam
Boston - 101 Main Street, Cambridge, MA 02142

US +1 877 414 4776 (toll free)
Europe +31(0)20 522 4466
www.onehippo.com

http://about.me/jeroenreijn

Lynn McCormack

unread,
Jun 23, 2014, 9:55:56 AM6/23/14
to hippo-c...@googlegroups.com
Hi Jeroen,

I did end up working around this issue - following the links mentioned in this thread.  I was playing with the Essentials Trail code and added the following lines to the pom.xml at line 135 in the myhippoproject-site -

        <executions>
            <execution>
                <phase>post-clean</phase>
                <goals>
                    <goal>create-timestamp</goal>
                </goals>
            </execution>
        </executions>

Now the plugin section looks like this:

      <plugin>
        <groupId>com.googlecode.mavenfilesync</groupId>
        <artifactId>maven-filesync-plugin</artifactId>
        <configuration>
          <mappings>
            <mapping>
              <sourceFolder>src/main/resources</sourceFolder>
              <destinationFolder>@../target/tomcat${cargo.tomcat.major.version}x/webapps/site/WEB-INF/classes</destinationFolder>
            </mapping>
            <mapping>
              <sourceFolder>src/main/webapp</sourceFolder>
              <destinationFolder>@../target/tomcat${cargo.tomcat.major.version}x/webapps/site</destinationFolder>
            </mapping>
          </mappings>
        </configuration>
        <executions>
            <execution>
                <phase>post-clean</phase>
                <goals>
                    <goal>create-timestamp</goal>
                </goals>
            </execution>
        </executions>
      </plugin>

I'm not sure if this was correct, but have been able to make new templates and pages to test out the hippo functionality.

Thanks so much for the reply.
Lynn
Reply all
Reply to author
Forward
0 new messages