Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change file name for default #131

Closed
Pakram opened this issue Nov 28, 2016 · 1 comment
Closed

Change file name for default #131

Pakram opened this issue Nov 28, 2016 · 1 comment
Labels
Milestone

Comments

@Pakram
Copy link

Pakram commented Nov 28, 2016

In version 1.7.4 with parametres:

 <plugin>
                <groupId>com.samaxes.maven</groupId>
                <artifactId>minify-maven-plugin</artifactId>
                <version>1.7.4</version>
                <executions>
                    <execution>
                        <id>minify</id>
                        <phase>prepare-package</phase>
                        <configuration>
                            <charset>UTF-8</charset>
                            <webappSourceDir>${basedir}/src/main/webapp/resources</webappSourceDir>
                            <webappTargetDir>${basedir}/target/webPortal/resources/</webappTargetDir>
                            <cssSourceDir>css</cssSourceDir>
                            <cssSourceIncludes>
                               ...
                            </cssSourceIncludes>
                            <jsSourceDir>JS</jsSourceDir>
                            <jsSourceIncludes>
                               ...
                            </jsSourceIncludes>
                            <jsSourceExcludes>
                               ...
                            </jsSourceExcludes>
                            <nosuffix>false</nosuffix>
                            <suffix>${resourceVersion}</suffix>
                            <verbose>false</verbose>
                            <skipMerge>true</skipMerge>
                            <skipMinify>false</skipMinify>
                            <jsEngine>CLOSURE</jsEngine>
                            <closureCompilationLevel>SIMPLE_OPTIMIZATIONS</closureCompilationLevel>
                        </configuration>
                        <goals>
                            <goal>minify</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
 Plugin create file with next name as 'basketPage.1611280943.js'.
 But with version 1.7.5 with same parametres plugin create file with next name  
  as 'script1611280948.js'.

How in version 1.7.5 create files with name as ''basketPage.1611280943.js'?

@samaxes samaxes added the bug label Nov 29, 2016
@samaxes samaxes added this to the 1.7.6 milestone Nov 29, 2016
@samaxes
Copy link
Owner

samaxes commented Nov 29, 2016

Sorry. Fixed in version 1.7.6.

@samaxes samaxes closed this as completed Nov 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants