You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.
And when I do a maven clean and build in Netbeans I get the following output and failure.
Can anyone please help what's wrong here :-
***--- yuicompressor-maven-plugin:1.5.1:compress (compressyui) @ icoreWeb ---
accountmgmt.css (28786b) -> accountmgmt.css (20283b)[70%]
fields.css (10674b) -> fields.css (7808b)[73%]
footer.css (5406b) -> footer.css (3790b)[70%]
apex-popup.css (2789b) -> apex-popup.css (1985b)[71%]
apex.css (62931b) -> apex.css (45028b)[71%]
bookingDisclosure.css (683b) -> bookingDisclosure.css (505b)[73%]
fields.css (9684b) -> fields.css (6622b)[68%]
apex.css (6439b) -> apex.css (4899b)[76%]
ie.css (7071b) -> ie.css (4878b)[68%]
rwd.css (25589b) -> rwd.css (17455b)[68%]
circle.css (457b) -> circle.css (288b)[63%]
contentOne.css (1105b) -> contentOne.css (699b)[63%]
contentOneHeader.css (56b) -> contentOneHeader.css (36b)[64%]
disclosure.css (11116b) -> disclosure.css (8832b)[79%]
footer.css (4983b) -> footer.css (3676b)[73%]
hispanicFieldStyle.css (2663b) -> hispanicFieldStyle.css (1627b)[61%]
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 8.435s
Finished at: Tue Dec 30 16:20:20 EST 2014
Final Memory: 31M/64M
------------------------------------------------------------------------
Failed to execute goal net.alchim31.maven:yuicompressor-maven-plugin:1.5.1:compress (compressyui) on project icoreWeb: Execution compressyui of goal net.alchim31.maven:yuicompressor-maven-plugin:1.5.1:compress failed: String index out of range: 76892 -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException***
is this a problem with the plugin? what can be the possible solution? I can't use any other plugin as those are not in our nexus repository. Please help me understand what is wrong here
The text was updated successfully, but these errors were encountered:
My pom file is as below :-
And when I do a maven clean and build in Netbeans I get the following output and failure.
Can anyone please help what's wrong here :-
is this a problem with the plugin? what can be the possible solution? I can't use any other plugin as those are not in our nexus repository. Please help me understand what is wrong here
The text was updated successfully, but these errors were encountered: