Skip to content

Axway-API-Management-Plus/policy-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

  • Maven plugin is used to create fed, pol and env files

API Management Version Compatibilty

This artefact was successfully tested for the following versions:

  • Axway AMPLIFY API Management 7.5.3 and 7.6.2

Prerequisites

  • Axway AMPLIFY API Management 7.5.3 or above
  • JDK 1.8.0_xxx
  • Apache Maven 3.3.9 or above

Build the project

	$mvn clean install

Example to create pol and env

 <plugin>
                                <groupId>com.axway</groupId>
                                <artifactId>fed-archive</artifactId>
                                <version>1.0-SNAPSHOT</version>
                                <extensions>true</extensions>
                                <executions>
                                        <execution>
                                                <id>pol</id>
                                                <phase>package</phase>
                                                <goals>
                                                        <goal>pol</goal>
                                                </goals>
                                        </execution>
                                </executions>
                                <configuration>
                                        <name>${archive.name}</name>
                                        <targetPassphrase></targetPassphrase>
                                        <targetPassphrase></targetPassphrase>
                                        <projpackPath>/opt/Axway/APIM/apigateway/posix/bin/projpack</projpackPath>
                                        <polFilePath></polFilePath>

                                </configuration>

                        </plugin>

Example to create fed

 <plugin>
                                <groupId>com.axway</groupId>
                                <artifactId>fed-archive</artifactId>
                                <version>1.0-SNAPSHOT</version>
                                <extensions>true</extensions>
                                <executions>
                                        <execution>
                                                <id>fed</id>
                                                <phase>package</phase>
                                                <goals>
                                                        <goal>fed</goal>
                                                </goals>
                                        </execution>
                                </executions>
                                <configuration>
                                        <name>${archive.name}</name>
                                        <targetPassphrase></targetPassphrase>
                                        <targetPassphrase></targetPassphrase>
                                        <projpackPath>/opt/Axway/APIM/apigateway/posix/bin/projpack</projpackPath>
                                        <polFilePath></polFilePath>

                                </configuration>

                        </plugin>

Contributing

Please read Contributing.md for details on our code of conduct, and the process for submitting pull requests to us.

Team

alt text Axway Team

License

Apache License 2.0

About

Utility to create a fed file from policy project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •