On Aug 6, 2007, at 12:52 PM, Karin Wiklund wrote:
How would a pom-file look for the hello world
plugin (from
the devGuide) for building it with maven?
Since Vincent, our maven expert, is on vacation, I'll try to write
this
pom tonight and send it to you.
Thanks. I haven't recieved it yet. Is there an e-mail problem again?
No there's no email problem, just a lack of time problem I guess...
I suggest you check out xwiki's sources. We have several plugins in
there with pom.xml. Check our source repository page: http://
www.xwiki.org/xwiki/bin/view/Community/SourceRepository
Is there a
plug-in (or snippet or script or something, anything) to
import web pages from elsewhere and show them in the xwiki?
It depends on what do you mean by "elsewhere". Please give an
example of
such a place, a use case.
A colleague of mine is developing a search engine and the search
results are presented on a web page. The idea is to connect his
search engine to my xwiki and I would like to be able to import the
web pages where the results are presented and show them in the
xwiki environement (with the xwiki layout).
XWiki supports HTML so you can include any external HTML content.
-Vincent