liaolzy / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

errors deploying oauth-provider example (java) #144

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
in /java/example/oauth-provider
the line 
<artifactId>jetty-maven-plugin</artifactId>
has to be changed in 
<artifactId>maven-jetty-plugin</artifactId>
And (for the future) a line where a version of the jetty maven plugin is
specified should be added:
<!version>6.1.22</version>
otherwise maven pick up 7x version and it does not work

Original issue reported on code.google.com by ghirardi...@gmail.com on 14 Feb 2010 at 10:38