Margulies [mailto:bimargul...@gmail.com]
Sent: Monday, April 10, 2017 10:39 AM
To: Maven Users List
Subject: Re: dependency question
On Mon, Apr 10, 2017 at 8:18 AM, Magnanao, Hector
wrote:
> I'm still a little confused about the answers I'm getting. So, if build A is
> being updated
ere it won’t. I think it only checks for a new
> snapshot every few hours or so, so if you are putting out a lot you might
> conceivably miss one. You can reset that if you need to
> .
>> On Apr 7, 2017, at 11:27 AM, Magnanao, Hector
>> wrote:
>>
>> If the b
way is simply to use a snapshot version of A. That way B will
always use the latest snapshot. When you finally release A, you can have B
point to the released version instead of the snapshot.
> On Apr 6, 2017, at 2:52 PM, Magnanao, Hector wrote:
>
> I have to 2 java projects a and b
released version instead of the snapshot.
> On Apr 6, 2017, at 2:52 PM, Magnanao, Hector wrote:
>
> I have to 2 java projects a and b in maven. The B project uses the A build
> as a dependency. How do I ensure the whenever the A project has a new build,
> the B project will always
: Philip Whitehouse [mailto:phi...@whiuk.com]
Sent: Thursday, April 6, 2017 1:41 PM
To: Maven Users List ; Magnanao, Hector
; Maven users
Subject: Re: how to get the latest build for dependency
Unless you're actually releasing the builds, just use SNAPSHOT.
Otherwise use [minimumVersion, ) a
I have to 2 java projects a and b in maven. The B project uses the A build as
a dependency. How do I ensure the whenever the A project has a new build, the
B project will always use that latest build in A. A is being built with a
unique build number each time it gets built. So is A has buil
How do I setup my maven builds to use the nexus repository for dependencies ?
Hector Magnanao Jr.
SCM Analyst
SAP Fieldglass
hector.magna...@sap.com
I need to have Maven package a directory in Bitbucket that will eventually be
uploaded to Artifactory. How do I do this in Maven ? I'd need to run this in
Bamboo.
Hector Magnanao Jr.
SCM Analyst
Fieldglass, Inc.
O: (331) 702-6142
M: (773) 474-3051
hector.magna...@sap.com
www.fieldglass.com
Fi
ing? What does it get
installed into?
Cheers,
Greg Trasuk
> On Sep 2, 2015, at 10:37 AM, Magnanao, Hector wrote:
>
> I've done "mvn clean" several times and built again. It still keeps getting
> packaged in my jar. The only difference with this dependency is that I
t. Then build
again.
If it is still large and includes those files, there must be something
in your pom file that is causing it to occur. Very hard to debug your
build without seeing these details.
Wayne
On Tue, Sep 1, 2015 at 4:41 PM, Magnanao, Hector
wrote:
> I found out why my maven jar i
other one.
HTH
Tobias
Am 01.09.2015 um 22:29 schrieb Magnanao, Hector:
> I was finally able to build my snapshot jar using maven after going thru all
> the missing dependencies. But what I noticed is that the maven jar is much
> larger than my ant jar. Can anybody tell me why this i
I was finally able to build my snapshot jar using maven after going thru all
the missing dependencies. But what I noticed is that the maven jar is much
larger than my ant jar. Can anybody tell me why this is so ? Should they be
different in sizes after converting the build to maven ? what sh
Can anyone point me to a repository where I can find this jar dependency ?
aspose.pdf-3.2.jdk16
Hector Magnanao Jr.
SCM Analyst
Fieldglass, Inc.
O: (331) 702-6142
M: (773) 474-3051
hector.magna...@sap.com
www.fieldglass.com
Fieldglass is now part of SAP
This email contains confidential infor
So I was finally able to get a good snapshot jar build from maven. But I
noticed that the size of the maven build is bigger than the ant build. Does
anyone have any suggestions on how to compare or find out why this is so ?
Hector Magnanao Jr.
SCM Analyst
Fieldglass, Inc.
O: (331) 702-6142
M:
5 2:56 PM
To: Maven Users List
Subject: Re: compile error with aspose.pdf
What happens when you run:
mvn -X compile?
do you really mean to have a package named aspose.pdf?
> On Aug 25, 2015, at 2:59 PM, Magnanao, Hector wrote:
>
> Can anyone tell me how to resolve this compile e
Can anyone tell me how to resolve this compile error ? I've uploaded the jar
locally and I still get the error.
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on
project foundation: Compilation failure: Compilation failure:
[ERROR]
Can anyone point me to where to get the dependency for aspose-cells-7.3.1.jar ?
I can't find a good repo in google.
Hector Magnanao Jr.
SCM Analyst
Fieldglass, Inc.
O: (331) 702-6142
M: (773) 474-3051
hector.magna...@sap.com
www.fieldglass.com
Fieldglass is now part of SAP
This email contains
e.org/maven2/org/apache/tomcat/tomcat-jdbc/
HTH
Olivier
On 25 August 2015 at 03:18, Magnanao, Hector
wrote:
> I need to compile with 1.1.0.1. whenever I try to compile with this
> version, it says the
> [WARNING] The POM for org.apache.tomcat:tomcat-jdbc:jar:1.1.0.1 is
> missi
Can someone help me with this error ? It can't seem to get to this url.
[ERROR] Failed to execute goal on project foundation: Could not resolve
dependencies for project com.mycompany.app:foundation:jar:1.0-SNAPSHOT: Failure
to find javax.sql:jdbc-stdext:jar:2.0 in
http://maven.aspose.com/artifa
I need to compile with 1.1.0.1. whenever I try to compile with this version,
it says the
[WARNING] The POM for org.apache.tomcat:tomcat-jdbc:jar:1.1.0.1 is missing, no
dependency information available
Is there another url or group that I can grab this version from ? Or do I need
download this
Why does Maven complain with this error when I try to use version 1.2.15 of
log4j as a dependency in my pom file ? Is there a different way of uploading
this particular version of log4j ?
[INFO]
[INFO] BUILD FAILURE
[INFO]
Can anyone help on why I'm getting this error ?
[ERROR] Failed to execute goal on project foundation: Could not resolve
dependencies for project com.mycompany.app:foundation:jar:1.0-SNAPSHOT: The
following artifacts could not be resolved: com.sun.jmx:jmxri:jar:1.2.1,
javax.sql:jdbc-stdext:jar:2
libraries? API change
and evolve; you have to depend on a version compatible with what was
originally coded against.
-Curtis
On Fri, Jul 24, 2015 at 3:04 PM, Magnanao, Hector
wrote:
> Hi Curtis,
>
> I have these remaining errors on my compilation. I can't figure out if
> this i
r all packages you need to find.
-Curtis
On Fri, Jul 24, 2015 at 12:39 PM, Magnanao, Hector
wrote:
> Hi Curtis, that’s ok, I got past that error. Now I get this one.
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
> (defau
on the link and it returns nothing.
> How do I search for it in the repository ?
That's baffling. I see this:
[Inline image 1]
I have no clue why it would be different for you...
Regards,
Curtis
On Fri, Jul 24, 2015 at 12:31 PM, Magnanao, Hector
mailto:hector.magna...@sap.com>>
error on strutsel
Hi Hector,
> I can't find it in the maven repository.
http://search.maven.org/#search%7Cga%7C1%7Cfc%3A%22org.apache.strutsel.taglib.utils%22
-Curtis
On Fri, Jul 24, 2015 at 12:11 PM, Magnanao, Hector
wrote:
> How do I resolve this package error ? I can'
How do I resolve this package error ? I can't find it in the maven repository.
ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on
project foundation: Compilation failure: Compilation failure:
ERROR]
/C:/Foundation/foundation/src/main/j
How do I resolve these package errors ?
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on
project foundation: Compilation failure: Compilation failure:
[ERROR]
/C:/Foundation/foundation/src/main/java/com/mycompany/app/dev/PropertiesMu
ers List
Subject: Re: how do i fix this error
http://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html
Use "1.7".
/Anders
On Thu, Jul 23, 2015 at 5:20 PM, Magnanao, Hector
wrote:
> Where do I configure the plugin for java 7 ?
>
>
. It's java 5 by
default.
On Wed, Jul 22, 2015 at 10:40 PM, Magnanao, Hector
wrote:
> I'm converting my ant build to maven using the ant plugin. When I try to
> compile my source code, I get this similar errors. Can someone help me
> with the resolution ?
>
> [ERRO
I'm converting my ant build to maven using the ant plugin. When I try to
compile my source code, I get this similar errors. Can someone help me with
the resolution ?
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on
project founda
31 matches
Mail list logo