I am trying to modify the PrimeFaces 1.1 sources to fit my application needs. However I ran into trouble compiling the sources.
I am using the sources from:
http://repository.prime.com.tr/org/primefaces/primefaces/1.1/
Downloaded and extracted:
primefaces-1.1-sources.jar
However ... |
Where can i find a jsf-impl for my jsf 2 webapp ?
In maven's repo i got the 1.2 version.
In the http://download.java.net/maven/2/javax/faces/, i can see only the jsf-api, but no ... |
I'm trying to set up a PrimeFaces 2.2 simple webpage in Glassfish 3.1, with Maven as my
project management tool.
Currently, my web.xml looks like:
<?xml version="1.0" encoding="utf-8"?>
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
<servlet>
...
|
I'm creating custom themes for PrimeFaces with ThemRoller. Each theme is related to a single maven artifact and the jar is created perfectly with the maven-resources-plugin.
The theme is generated with URLs ... |
I am working on a maven based Spring project.I have added following dependency for Primefaces.
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>2.2</version>
And following Repository,I am using
<repository>
<id>prime-repo</id>
<name>Prime Technology Maven Repository</name>
<url>http://repository.prime.com.tr</url>
<layout>default</layout>
But the problem is that the url http://repository.prime.com.tr ... |
13 Jan 2010, 14:41 by mota_nginya JSF 2.0 Primefaces 2.0 Maven2 (Multi Module) Tomcat Setup Has any one successfully setup a project using this tools and the default maven directory structure ... |
Hello all I want to use Push Comet without using maven project. Iam using glassfish v3 ,, and JSF 2.0 as a framework.. please anyone can help me. |
|
|
Hi, I have installed PrimeFaces 2.2.1 via Maven, but I want to also download the JavaDoc via Maven so I have tag completion in NetBeans 7. I click the download JavaDoc ... |
|
Hi, im a beginner with maven n i wanted to use primefaces, i folowed the instractions in the offcial website of primfaces n i added the required configuration for a maven ... |
In the current primefaces pom.xml, the version of the wagon-ssh-external extension is set to 1.0-beta-6. This version does not appear to be included in the standard maven repositories. The primesfaces developers ... |
Dear PrimeFaces team, Would it be possible to transfer PF artefacts to Maven Central repository after major releases? Is it much work for you, Cagatay? Some companies are restrict and can ... |
Hello, I am unable to compile primefaces: mvn package ... [ERROR] Plugin org.primefaces:maven-jsf-plugin:1.1.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.primefaces:mav en-jsf-plugin:jar:1.1.7: Could ... |
15. New to Maven forum.primefaces.orgI use NetBeans 6.8 which supports maven for project builds. So, I download primefaces source from SVN - but, why do we need "maven-jsf-plugin" as well? Can this be part of ... |
|
Hi, I am getting this in Eclipse: Missing artifact org.primefaces:primefaces:jar:2.0.2:compile My repository settings is: prime-repo Prime Technology Maven Repository http://repository.prime.com.tr/ default My pom.xml: org.primefaces primefaces 2.0.2 Anyone ... |
Hey all, i have a webapplication project on NetBeans with glassfish 3, JSF 2 and richfaces 4. Now i also wanna test primefaces-2.1.RC1 but i'm not using maven and don't wanna ... |
>> << arungupta Posts: 9 Joined: 11 Aug 2010, 21:37 11 Aug 2010, 22:43 by arungupta Trivial Maven sample - Resources not bundled ? I created a simple Maven project to ... |
>> << MrRoboto Posts: 8 Joined: 12 Aug 2010, 08:59 12 Aug 2010, 10:19 by MrRoboto Maven UI Problem First of all, sorry for my bad english. But I'm a student ... |
|
14 Oct 2010, 03:33 by torquato.neto PrimeFaces + JSF + Maven + Jetty Guys, I am using the jetty and Primefaces and whenever I run the application displays the following error: ... |
Hello, Does some one has a sample of project under maven or an maven's archetype to use primeface 1.1 ? I must develop with tomcat6 or Jonas 5.1. and Glassfish V3 ... |
21 Oct 2009, 15:50 by liukvar Re: Maven Build Error (prime-bookstore example) Hi, now maven shows me the following ERROR: Code: Downloading: http://repository.jboss.com/maven2/com/wideplay/warp-persist/1.0.1/warp-persist-1.0.1.pom [INFO] Unable to find resource 'com.wideplay:warp-persist:pom:1.0.1' ... |
25. maven forum.primefaces.org |