Seems that the maven-war plugin is not getting resolved. Not sure why that is. 
You can try explicitly giving it a version in jetexpress-portal’s pom:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-war-plugin</artifactId>
  <version>2.1.1</version>


> On Jun 15, 2015, at 9:30 AM, Dnyaneshwar Dabhade 
> <dnyaneshwar.dabh...@majesco.com> wrote:
> 
> Hi David,
> 
> I am also facing the issue with build.
> I am using Windows 7 enterprise - 64bit & Maven 3.3.3 .  PATH variables are 
> set appropriately as you mentioned. Please find build issue log attached to 
> this email.
> 
> 
> 
> Regards,
> Dnyaneshwar
> 
> 
> -----Original Message-----
> From: DavidSeanTaylor [mailto:da...@bluesunrise.com] 
> Sent: Monday, June 15, 2015 9:26 PM
> To: Jetspeed Developers List
> Subject: Re: Regarding Jetspeed migration
> 
> A few questions:
> 
> 1. What operating system are you using? 
> 2. What version of Maven?
> 
> I just tested the tutorial with Maven 3.2.1 and it worked for me. You can see 
> which version of Maven you are using by typing:
> 
> mvn --version
> Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 
> 2014-02-14T09:37:52-08:00)
> 
> You shouldn’t need to set M2_HOME variable. Ensure that:
> 
> 1. The path to the Maven binary needs to be in your PATH 2. Make sure 
> JAVA_HOME is set, something like:
> 
> (These are only examples. Im assuming you are on Windows)
> 
> SET PATH 
> %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program
>  Files\Java\jdk1.7.0_04\bin;C:\Program Files\apache-maven-3.0.4\bin SET 
> JAVA_HOME=C:\Program Files\Java\jdk1.7.0_04
> 
>> On Jun 15, 2015, at 6:14 AM, Lalitha Bourishetty 
>> <lalitha.bourishe...@oracle.com> wrote:
>> 
>> Hi Team,
>> 
>> I went through example portlet given at apache portal.
>> At https://portals.apache.org/jetspeed-2/tutorial/01/build-it.html 
>> <https://portals.apache.org/jetspeed-2/tutorial/01/build-it.html> as given 
>> we are trying to build and deploy by using mvn jetspeed:mvn -Dtarget=all 
>> command. When I run this command I am facing error. Attached is the log file 
>> for the same.
>> 
>> Request you to  help if you have any suggestion/solution.
>> 
>> Regards,
>> Lalitha
>> 
>> 
>> 
>> ----- Original Message -----
>> From: lalitha.bourishe...@oracle.com 
>> <mailto:lalitha.bourishe...@oracle.com>
>> To: jetspeed-dev@portals.apache.org 
>> <mailto:jetspeed-dev@portals.apache.org>
>> Sent: Monday, June 15, 2015 4:41:56 AM GMT -08:00 US/Canada Pacific
>> Subject: RE: Regarding Jetspeed migration
>> 
>> Hi Team,
>> 
>> I went through example portlet given at apache portal.
>> At https://portals.apache.org/jetspeed-2/tutorial/01/build-it.html 
>> <https://portals.apache.org/jetspeed-2/tutorial/01/build-it.html> as given 
>> we are trying to build and deploy by using mvn jetspeed:mvn -Dtarget=all 
>> command. When I run this command I am facing error as below:
>> 
>> 
>> 
>> 
>> 
>> Request you to let me know how this can be resolved.
>> 
>> Regards,
>> Lalitha
>> 
>> -----Original Message-----
>> From: Lalitha Bourishetty
>> Sent: Thursday, June 11, 2015 11:54 PM
>> To: Jetspeed Developers List
>> Subject: RE: Regarding Jetspeed migration
>> 
>> Hi Team,
>> 
>> Is it possible with jdeveloper IDE also. If so how exactly can we achieve it?
>> 
>> Regards,
>> Lalitha
>> 
>> -----Original Message-----
>> From: DavidSeanTaylor [mailto:da...@bluesunrise.com 
>> <mailto:da...@bluesunrise.com>]
>> Sent: Thursday, June 11, 2015 10:05 PM
>> To: Jetspeed Developers List
>> Subject: Re: Regarding Jetspeed migration
>> 
>> 
>>> On Jun 11, 2015, at 4:12 AM, Lalitha Bourishetty 
>>> <lalitha.bourishe...@oracle.com <mailto:lalitha.bourishe...@oracle.com>> 
>>> wrote:
>>> 
>>> Hi Team,
>>> 
>>> By downloading settings.xml manually I could able to run this successfully.
>>> I got project with two sub modules, can you tell me how can we take these 
>>> and use in other IDEs (like jdeveloper)as existing  modules.
>>> 
>> 
>> The archetype generates a standard Maven project. Latest versions of IDEs 
>> like Eclipse or IntelliJ simply read Maven POMs and create projects from 
>> them. 
>> 
>> http://maven.apache.org/eclipse-plugin.html 
>> <http://maven.apache.org/eclipse-plugin.html> 
>> <http://maven.apache.org/eclipse-plugin.html 
>> <http://maven.apache.org/eclipse-plugin.html>>
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org 
>> <mailto:jetspeed-dev-unsubscr...@portals.apache.org>
>> For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org 
>> <mailto:jetspeed-dev-h...@portals.apache.org>
>> 
>> 
>> <BuildError.txt>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org 
>> <mailto:jetspeed-dev-unsubscr...@portals.apache.org>
>> For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org 
>> <mailto:jetspeed-dev-h...@portals.apache.org>
> <maven nbuild issue.txt>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org
> For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org

Reply via email to