Spam detection software, running on the system "azul3.aguilardelgado.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details.
Content preview: Hi, I have a doubt about how to solve dependency management
inter-project. First: I use Maven2 I do not own a repository [...]
Content analysis details: (5.4 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
1.6 RCVD_IN_SORBS_DUL RBL: SORBS: sent directly from dynamic IP address
[87.223.218.81 listed in dnsbl.sorbs.net]
0.5 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL
[87.223.218.81 listed in zen.spamhaus.org]
1.0 EXTRA_MPART_TYPE Header has extraneous Content-type:...type= entry
2.2 HTML_IMAGE_ONLY_24 BODY: HTML: images with 2000-2400 bytes of words
0.0 HTML_MESSAGE BODY: HTML included in message
0.1 RDNS_DYNAMIC Delivered to trusted network by host with
dynamic-looking rDNS
0.0 DYN_RDNS_AND_INLINE_IMAGE Contains image, and was sent by dynamic
rDNS
The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam. If you wish to view
it, it may be safer to save it to a file and open it with an editor.
--- Begin Message ---Hi, I have a doubt about how to solve dependency management inter-project. First: I use Maven2 I do not own a repository I have this structure: + support-utils-project | +portal-project +----portal-web-project +--- portal-applications-project Right? I can add the support-utils-project to any of the two portal projects (portal-web-project,portal-applications-project) When I compile I get something like: 1 required artifact is missing. So I can add it with: mvn install:install-file -DgroupId=com.level2crm.portals.crm.enterprise.dao -DartifactId=support-utils-project -Dversion=0.0.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file And it works well but... Every time I do a change on that library I have to install it and the compile the others? Is there any way to handle recompiling automagically? I'm using eclipse. Inter-project dependencies are handled great by it but when I use this the only way to handle is submodules... the problem is that this tooling project is shared by A LOT! of project so I cannot submodule it every project. Do I explain myself? thank you in advance. Best regards, ____________________________________ Gonzalo Aguilar Delgado Consultor CRM - Ingeniero en Informática M. +34 607814276<<attachment: yo-48x48-bw.jpg>>
--- End Message ---
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
