ahh makes sense now ...
i didi mvn clean install -Dmaven.skip.test=true on /container and /server
to try to get 'javaee-api' on maven dependency ( pom.xml )
but i'm not 100% sure if this is really the place to be able to use this
maven dep.
btw, thanks again.




On Sat, Aug 9, 2014 at 6:54 PM, Andy Gumbrecht <[email protected]> wrote:

> Checkout and build the TAG. And don't use -Pquick unless you only want
> OpenEJB Standalone.
>
> Andy.
>
>
>
> On 09/08/2014 23:46, Andy Gumbrecht wrote:
>
>> You would need to add the staging repo to build 1.7.0 - It's not public
>> or released yet.
>>
>> Andy.
>>
>> On 09/08/2014 14:54, helio frota wrote:
>>
>>> hi all,
>>>
>>> this command:
>>>
>>> mvn -Pquick -Dsurefire.useFile=false -DdisableXmlReport=true
>>> -DuniqueVersion=false -ff -Dassemble -DskipTests -DfailIfNoTests=false
>>> clean install
>>>
>>> works fine with trunk ( version 2.0 )
>>>
>>> but with tag 1.7.0 i get this :
>>>
>>> [ERROR] Failed to execute goal on project openejb-core: Could not resolve
>>> dependencies for project org.apache.openejb:openejb-core:jar:4.7.0: The
>>> following artifacts could not be resolved:
>>> org.apache.openejb:openejb-itests-app:jar:4.7.0,
>>> org.apache.openejb:openejb-itests-beans:jar:4.7.0,
>>> org.apache.openejb:openejb-itests-interceptor-beans:jar:4.7.0,
>>> org.apache.openejb:openejb-itests-client:jar:4.7.0: Could not find
>>> artifact
>>> org.apache.openejb:openejb-itests-app:jar:4.7.0 in JBoss Repository (
>>> https://repository.jboss.org/nexus/content/groups/public-jboss/)
>>>
>>> by adding -U option:
>>>
>>>
>>> mvn -Pquick -Dsurefire.useFile=false -DdisableXmlReport=true
>>> -DuniqueVersion=false -ff -Dassemble -DskipTests -DfailIfNoTests=false
>>> clean install *-U*
>>>
>>> trying to download:
>>> Downloading:
>>> http://repo.maven.apache.org/maven2/org/apache/openejb/
>>> openejb-itests-client/4.7.0/openejb-itests-client-4.7.0.jar
>>>
>>> But nothing here:
>>> http://repo.maven.apache.org/maven2/org/apache/openejb/
>>> openejb-itests-client/
>>> http://repo.maven.apache.org/maven2/org/apache/openejb/
>>> openejb-itests-client/4.7.0/openejb-itests-client-4.7.0.jar
>>>
>>> 404 not found.
>>>
>>> So is just wait right ?
>>>
>>> thanks
>>>
>>>
>>
>>
>>
>

Reply via email to